Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6745   14 years rgrieder Branch now compiling with GCC as well: Added an removed a few …
(edit) @6744   14 years rgrieder Boost_VERSION was missing on Tardis because of manual configuration
(edit) @6743   14 years rgrieder - Bugfix in keyESC. - Default behaviour for GUI sheet InputStates is …
(edit) @6742   14 years rgrieder Fixed typo.
(edit) @6741   14 years rgrieder Removed obsolete InputState from GSMainMenu.
(edit) @6740   14 years rgrieder Trivial bug fix.
(edit) @6739   14 years rgrieder Applied background image changes to GSMainMenu.cc
(edit) @6738   14 years rgrieder Cosmetic changes in InputManager.
(edit) @6737   14 years rgrieder Background image of the GUI is now managed by GUIManager and kept in a …
(edit) @6736   14 years rgrieder All CEGUI calls that can execute Lua code should be protected against …
(edit) @6735   14 years rgrieder Removed getInstancePtr() from all Singletons. Use "exists()" (check) …
(edit) @6733   14 years erwin Added some hacks, now the source is playing, but there are no …
(edit) @6730   14 years erwin Transfer changes again
(edit) @6729   14 years erwin Commit changes to transfer to netbook
(edit) @6727   14 years scheusso HUDRadar now working again
(edit) @6726   14 years erwin Some more atempts to fix maybe it's platform specific…
(edit) @6724   14 years rgrieder svn:eol-style "native" for all text-based files.
(edit) @6722   14 years rgrieder Renamed showGUI and hideGUI to showMenuSheet and hideMenuSheet.
(edit) @6721   14 years rgrieder Fixed cross hair showing in in game menu.
(edit) @6720   14 years rgrieder "init" lua function —> "onLoad" to make it clear that it is a user …
(edit) @6719   14 years rgrieder Fixed error reporting problem in LuaState.cc when parsing LuaStateInit.lua.
(edit) @6718   14 years rgrieder Moved BasicGUI.lua to GUISheet.lua and derived MenuSheet.lua as well …
(edit) @6717   14 years scheusso removing some includes
(edit) @6716   14 years scheusso removed some bindings to map
(edit) @6715   14 years scheusso removing map files
(edit) @6708   14 years dafrick Some cleanup.
(edit) @6707   14 years dafrick Found bug in PickupSpawner.
(edit) @6706   14 years dafrick Small adaptations in SpeedPickup.
(edit) @6705   14 years dafrick Minor cleanup.
(edit) @6704   14 years rgrieder "filename" —> "name" table entry for GUI sheets.
(edit) @6703   14 years dafrick Removed warning (and possible error, I'm not sure) in MultiStateEngine.
(edit) @6701   14 years dafrick Added a new health pickup.
(edit) @6700   14 years dafrick Rudimentary version of PickupInventory appears to be working now, …
(edit) @6699   14 years smerkli shit works xD
(edit) @6698   14 years smerkli ChatHistory is not being constructed, no idea why.
(edit) @6697   14 years jo boost feature added
(edit) @6696   14 years solex Master now limiting its formation size and revokes it with a …
(edit) @6695   14 years solex master now lists slaves
(edit) @6694   14 years ebeier added some speedpickup templates
(edit) @6693   14 years smerkli questions resolved, ready for in-game testing.
(edit) @6692   14 years jo some bugs removed, with friendlyfire option
(edit) @6691   14 years kolibri7 implementing the XMLPort function for LoD; getting some erreors from gcc…
(edit) @6690   14 years smerkli Few changes before the questions, completing doxy stuff.
(edit) @6689   14 years benedict fixed some issues with the templates
(edit) @6688   14 years smerkli Completed and tested the code as far as I could, now preparing questions.
(edit) @6686   14 years jo first version- not playable yet
(edit) @6685   14 years benedict created small, medium and huge invisibility pickup tempaltes
(edit) @6684   14 years benedict minor changes in intendation & commenting
(edit) @6683   14 years solex master/slave behavior enhancments
(edit) @6682   14 years smerkli added chatlistener method for debugging (ChatListener.cc)
(edit) @6681   14 years ebeier added svn:eol-style native
(edit) @6679   14 years dafrick Fixed annoying bug in PickupInventory (typos ;) ), use and drop …
(edit) @6675   14 years dafrick Lua bugs fixed. Renamed name and description in PickupRepresentation …
(edit) @6674   14 years erwin A few new tries to fix the sound problem: no success
(edit) @6673   14 years gionc First version of SkyboxGenerator
(edit) @6671   14 years rgrieder Added Tools.lua and moved 'find' in InitialiseGUI.lua to …
(edit) @6670   14 years rgrieder Lua errors in 'doFile', 'includeFile' or 'require' should not be …
(edit) @6669   14 years dafrick Committing recent changes in PickupInventory, to be able to try out …
(edit) @6667   14 years rgrieder Found the darn bug! The Lua error handling function may have been …
(edit) @6666   14 years rgrieder Fixed problem that can occur when BasicGUI cannot be loaded.
(edit) @6665   14 years rgrieder Fixed problems with the return value of require()
(edit) @6664   14 years rgrieder svn:eol-style "native" for all text based files.
(edit) @6663   14 years rgrieder svn:eol-style "native" for all text based files.
(edit) @6662   14 years rgrieder Merged revisions 6621-6661 to gamestates2.
(edit) @6661   14 years rgrieder Fixed Lua stack trace output if Debugger could not be started.
(edit) @6660   14 years rgrieder Improved Lua error handling: Clearer messages and debugger hook. So, …
(edit) @6659   14 years rgrieder Use "P." instead of "P:" when using our sheets as objects, not …
(edit) @6658   14 years rgrieder Restructured InitialiseGUI.lua a little bit. Also sorted out cursor …
(edit) @6657   14 years rgrieder Implemented indirect function calls for input events. It simply means …
(edit) @6656   14 years rgrieder Moved InputStatePriority from InputState.h to InputPrereqs.h
(edit) @6655   14 years rgrieder Fixed a bug in LuaState that caused Lua Debugger to malfunction when …
(edit) @6653   14 years rgrieder svn:eol-style "native" for all text based files.
(edit) @6652   14 years rgrieder svn:eol-style "native" for all text based files.
(edit) @6649   14 years smerkli Minor commenting.
(edit) @6648   14 years ebeier
(edit) @6647   14 years ebeier
(edit) @6646   14 years benedict test 1
(edit) @6645   14 years ebeier a svn test
(edit) @6644   14 years smerkli Added initial chathistory cc file and header. Very basic, still, and …
(edit) @6643   14 years ebeier engine stripes now working correctly
(edit) @6642   14 years benedict added 2 files (pickup definitions)
(edit) @6641   14 years benedict Invisibility works. Timer for invi works.
(edit) @6640   14 years solex first bot master/slave behavior
(edit) @6639   14 years edwind adding ogre bsp plugin
(edit) @6637   14 years smerkli Removed ChatBox and CEGuiSample from CMakeLists.txt
(edit) @6636   14 years smerkli Added CEGuiSample.cc for testing of Chatbox class
(edit) @6635   14 years scheusso ChatBox.cc compiles fine now
(edit) @6634   14 years smerkli ChatBox Changes, DemoSample correctly named ChatBox now
(edit) @6633   14 years scheusso some adjustments (tabs to spaces, etc.)
(edit) @6632   14 years dafrick Working towards a functioning PickupInventory.
(edit) @6631   14 years sfluecki damit semi alles hat
(edit) @6630   14 years rgrieder Added Strict.lua: When activated with require("Strict"), it will check …
(edit) @6629   14 years rgrieder Fixed LuaState::doFile return value issue.
(edit) @6628   14 years rgrieder Lua Debugger is not written for Lua 5.0. Only include it for 5.1 and above.
(edit) @6627   14 years rgrieder Added Lua debugging support for XML embedded Lua code (even steps into …
(edit) @6626   14 years rgrieder Modified Debugger.lua so we can debug any Lua files from our …
(edit) @6625   14 years rgrieder Lua debugger working perfectly by supplying the fully qualified …
(edit) @6624   14 years rgrieder Added Debugger.lua by Dave Nichols of Match-IT Limited. It is a …
(edit) @6623   14 years rgrieder The lua "print" function was previously stored in "debug" —> changed …
(edit) @6622   14 years rgrieder Made IOConsole optional: use "—noIOConsole" or set config value …
Note: See TracRevisionLog for help on using the revision log.