Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6733   15 years erwin Added some hacks, now the source is playing, but there are no …
(edit) @6732   15 years scheusso correcting initial speed of projectiles
(edit) @6731   15 years dafrick PickupCollection is broken for now because to make it work drastic …
(edit) @6730   15 years erwin Transfer changes again
(edit) @6729   15 years erwin Commit changes to transfer to netbook
(edit) @6728   15 years dafrick No more seg faults with pickups (at least that's what I hope. ;))
(edit) @6727   15 years scheusso HUDRadar now working again
(edit) @6726   15 years erwin Some more atempts to fix maybe it's platform specific…
(edit) @6725   15 years dafrick Resolved bug, that caused orxonox to crash whenever a level with …
(edit) @6724   15 years rgrieder svn:eol-style "native" for all text-based files.
(edit) @6723   15 years rgrieder Using /MP instead of /MP2 for MSVC. That way the number of processes …
(edit) @6722   15 years rgrieder Renamed showGUI and hideGUI to showMenuSheet and hideMenuSheet.
(edit) @6721   15 years rgrieder Fixed cross hair showing in in game menu.
(edit) @6720   15 years rgrieder "init" lua function —> "onLoad" to make it clear that it is a user …
(edit) @6719   15 years rgrieder Fixed error reporting problem in LuaState.cc when parsing LuaStateInit.lua.
(edit) @6718   15 years rgrieder Moved BasicGUI.lua to GUISheet.lua and derived MenuSheet.lua as well …
(edit) @6717   15 years scheusso removing some includes
(edit) @6716   15 years scheusso removed some bindings to map
(edit) @6715   15 years scheusso removing map files
(edit) @6714   15 years scheusso creating map tag in order to ditch it
(edit) @6713   15 years dafrick Adjusted SpeedPickup such that the Engine is the actual PickupCarrier …
(edit) @6712   15 years dafrick Merged pickup_representation_templates into one. Merged pickups.oxi …
(edit) @6711   15 years dafrick Merged pickup4 branch back to trunk.
(edit) @6710   15 years dafrick Merged ppspickups2 branch into trunk.
(edit) @6709   15 years dafrick Merged ppspickups1 into trunk.
(edit) @6708   15 years dafrick Some cleanup.
(edit) @6707   15 years dafrick Found bug in PickupSpawner.
(edit) @6706   15 years dafrick Small adaptations in SpeedPickup.
(edit) @6705   15 years dafrick Minor cleanup.
(edit) @6704   15 years rgrieder "filename" —> "name" table entry for GUI sheets.
(edit) @6703   15 years dafrick Removed warning (and possible error, I'm not sure) in MultiStateEngine.
(edit) @6701   15 years dafrick Added a new health pickup.
(edit) @6700   15 years dafrick Rudimentary version of PickupInventory appears to be working now, …
(edit) @6699   15 years smerkli shit works xD
(edit) @6698   15 years smerkli ChatHistory is not being constructed, no idea why.
(edit) @6697   15 years jo boost feature added
(edit) @6696   15 years solex Master now limiting its formation size and revokes it with a …
(edit) @6695   15 years solex master now lists slaves
(edit) @6694   15 years ebeier added some speedpickup templates
(edit) @6693   15 years smerkli questions resolved, ready for in-game testing.
(edit) @6692   15 years jo some bugs removed, with friendlyfire option
(edit) @6691   15 years kolibri7 implementing the XMLPort function for LoD; getting some erreors from gcc…
(edit) @6690   15 years smerkli Few changes before the questions, completing doxy stuff.
(edit) @6689   15 years benedict fixed some issues with the templates
(edit) @6688   15 years smerkli Completed and tested the code as far as I could, now preparing questions.
(edit) @6686   15 years jo first version- not playable yet
(edit) @6685   15 years benedict created small, medium and huge invisibility pickup tempaltes
(edit) @6684   15 years benedict minor changes in intendation & commenting
(edit) @6683   15 years solex master/slave behavior enhancments
(edit) @6682   15 years smerkli added chatlistener method for debugging (ChatListener.cc)
(edit) @6681   15 years ebeier added svn:eol-style native
(edit) @6679   15 years dafrick Fixed annoying bug in PickupInventory (typos ;) ), use and drop …
(edit) @6677   15 years scheusso this removes problems with the HUDSpeedBar on some machines (by …
(edit) @6676   15 years rgrieder Removed some msvc float warnings.
(edit) @6675   15 years dafrick Lua bugs fixed. Renamed name and description in PickupRepresentation …
(edit) @6674   15 years erwin A few new tries to fix the sound problem: no success
(edit) @6673   15 years gionc First version of SkyboxGenerator
(edit) @6671   15 years rgrieder Added Tools.lua and moved 'find' in InitialiseGUI.lua to …
(edit) @6670   15 years rgrieder Lua errors in 'doFile', 'includeFile' or 'require' should not be …
(edit) @6669   15 years dafrick Committing recent changes in PickupInventory, to be able to try out …
(edit) @6667   15 years rgrieder Found the darn bug! The Lua error handling function may have been …
(edit) @6666   15 years rgrieder Fixed problem that can occur when BasicGUI cannot be loaded.
(edit) @6665   15 years rgrieder Fixed problems with the return value of require()
(edit) @6664   15 years rgrieder svn:eol-style "native" for all text based files.
(edit) @6663   15 years rgrieder svn:eol-style "native" for all text based files.
(edit) @6662   15 years rgrieder Merged revisions 6621-6661 to gamestates2.
(edit) @6661   15 years rgrieder Fixed Lua stack trace output if Debugger could not be started.
(edit) @6660   15 years rgrieder Improved Lua error handling: Clearer messages and debugger hook. So, …
(edit) @6659   15 years rgrieder Use "P." instead of "P:" when using our sheets as objects, not …
(edit) @6658   15 years rgrieder Restructured InitialiseGUI.lua a little bit. Also sorted out cursor …
(edit) @6657   15 years rgrieder Implemented indirect function calls for input events. It simply means …
(edit) @6656   15 years rgrieder Moved InputStatePriority from InputState.h to InputPrereqs.h
(edit) @6655   15 years rgrieder Fixed a bug in LuaState that caused Lua Debugger to malfunction when …
(edit) @6653   15 years rgrieder svn:eol-style "native" for all text based files.
(edit) @6652   15 years rgrieder svn:eol-style "native" for all text based files.
(edit) @6649   15 years smerkli Minor commenting.
(edit) @6648   15 years ebeier
(edit) @6647   15 years ebeier
(edit) @6646   15 years benedict test 1
(edit) @6645   15 years ebeier a svn test
(edit) @6644   15 years smerkli Added initial chathistory cc file and header. Very basic, still, and …
(edit) @6643   15 years ebeier engine stripes now working correctly
(edit) @6642   15 years benedict added 2 files (pickup definitions)
(edit) @6641   15 years benedict Invisibility works. Timer for invi works.
(edit) @6640   15 years solex first bot master/slave behavior
(edit) @6639   15 years edwind adding ogre bsp plugin
(edit) @6637   15 years smerkli Removed ChatBox and CEGuiSample from CMakeLists.txt
(edit) @6636   15 years smerkli Added CEGuiSample.cc for testing of Chatbox class
(edit) @6635   15 years scheusso ChatBox.cc compiles fine now
(edit) @6634   15 years smerkli ChatBox Changes, DemoSample correctly named ChatBox now
(edit) @6633   15 years scheusso some adjustments (tabs to spaces, etc.)
(edit) @6632   15 years dafrick Working towards a functioning PickupInventory.
(edit) @6631   15 years sfluecki damit semi alles hat
(edit) @6630   15 years rgrieder Added Strict.lua: When activated with require("Strict"), it will check …
(edit) @6629   15 years rgrieder Fixed LuaState::doFile return value issue.
(edit) @6628   15 years rgrieder Lua Debugger is not written for Lua 5.0. Only include it for 5.1 and above.
(edit) @6627   15 years rgrieder Added Lua debugging support for XML embedded Lua code (even steps into …
(edit) @6626   15 years rgrieder Modified Debugger.lua so we can debug any Lua files from our …
(edit) @6625   15 years rgrieder Lua debugger working perfectly by supplying the fully qualified …
(edit) @6624   15 years rgrieder Added Debugger.lua by Dave Nichols of Match-IT Limited. It is a …
Note: See TracRevisionLog for help on using the revision log.