Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8797   13 years landauf removed onlyLastLineChanged() callback from ShellListener, since it's …
(edit) @8796   13 years landauf adjusted the rest of the code to the new output system, but some …
(edit) @8795   13 years landauf Shell and its derivatives are now based on the new output system
(edit) @8794   13 years landauf added BaseWriter, a common base class of ConsoleWriter, LogWriter, and …
(edit) @8793   13 years jo Destructor update.
(edit) @8792   13 years jo Yeay, works. The pickuping efficiency isn't as good as expected though.
(edit) @8791   13 years jo Bug is triggered in AIController.cc @ line 243. Can't find the reason …
(edit) @8790   13 years dafrick Removing hudimprovements branch. (Is already in trunk)
(edit) @8789   13 years landauf some small details, allow direct usage of OutputStream()
(edit) @8788   13 years landauf changed includes from Debug.h to Output.h doesn't compile.
(edit) @8787   13 years landauf removed Debug.h and OutputHandler. removed test namespace from new …
(edit) @8786   13 years jo Bots can fetch pickups. Waypointmanagement is unstable yet.
(edit) @8785   13 years landauf moved ggz2 branch to archive
(edit) @8784   13 years landauf moved toonshader branch to archive. hi lieni, still alive? ;)
(edit) @8783   13 years landauf moved old branches from tags to archive
(edit) @8782   13 years landauf created archive directory for unmerged branches
(edit) @8781   13 years landauf removed old branches
(edit) @8780   13 years landauf added ConsoleWriter
(edit) @8779   13 years landauf small changes regarding context functions and orxout()
(edit) @8778   13 years landauf guess we can afford a small macro in this case
(edit) @8777   13 years landauf output contexts are now defined as functions instead of global …
(edit) @8776   13 years landauf in OutputManager: getInstance now only creates an instance of …
(edit) @8775   13 years landauf fixed problem with static initialization in old implementation of the …
(edit) @8774   13 years landauf added LogWriter and MemoryWriter
(edit) @8773   13 years jo Just to show a bug in the level.
(edit) @8772   13 years landauf send the lines of a message as a vector to the output listeners
(edit) @8771   13 years landauf added function to register new output contexts. OutputManager owns …
(edit) @8770   13 years jo That was no English :-). Now worldentities can be identified and added …
(edit) @8769   13 years jo Moved intern waypoint functionallity from the waypointController to …
(edit) @8768   13 years dafrick Removing obsolete branches.
(edit) @8767   13 years dafrick Some cleanup…
(edit) @8766   13 years jo Backup before taking the next step.
(edit) @8765   13 years landauf added draft for the the new output system
(edit) @8764   13 years jo Got the bug.
(edit) @8763   13 years jo New implementation. New bug. Bots use only yellow energy munition …
(edit) @8762   13 years jo Weaponsetup now generic. Munition management has not jet been implemented.
(edit) @8761   13 years jo Error due to block scope (variables didn't reset in the inner while loops).
(edit) @8760   13 years jo Reverted weaponsetting.
(edit) @8759   13 years jo Could this be a probable weaponsetting?
(edit) @8758   13 years jo Code clean up.
(edit) @8757   13 years jo ai && weapons. Trying to identify each weapon installed on a spaceship.
(edit) @8756   13 years jo Updating 'Fight in our back'. Spaceship is steerable now. New …
(edit) @8755   13 years jo Updating the weaponsettings. Swallow and further spaceships deal …
(edit) @8741   13 years jo Correction of camera bug.
(edit) @8740   13 years landauf fixed some warnings, added vs to ignore list
(edit) @8739   13 years landauf created new branch to work on the console- and log-output
(edit) @8738   13 years landauf added "scale" for radar viewables. scale is relative, 1.0 means …
(edit) @8737   13 years landauf fixed radar flashing red after killing an enemy with the steerable rocket
(edit) @8736   13 years jo Bots use boost now.
(edit) @8735   13 years jo Adjust weapon behaviour if bot dies and is respawned with a different …
(edit) @8734   13 years dafrick Fix for AI and rockets.
(edit) @8733   13 years jo Further narrowing down. The bug is triggered, when a bot calls fire(3) …
(edit) @8732   13 years jo doFire() is definitely the error's source.
(edit) @8731   13 years jo Narrowed down: Bug triggered in the doFire() function in …
(edit) @8730   13 years jo Going back one step (version without hud bug). Bots have better …
(edit) @8729   13 years rgrieder Merged unity_build branch back to trunk. Features: - Implemented …
(edit) @8728   13 years dafrick Removing bigships branch.
(edit) @8727   13 years dafrick Cleaning up in SpaceShip and Engine. Fixed several bugs. Kicked …
(edit) @8724   13 years jo Buggy version: After being shot dead in a simple level the hud doesn't …
(edit) @8723   13 years jo 'Stable' update. Merging by hand.
(edit) @8722   13 years dafrick Removing pickup branch.
(edit) @8721   13 years jo
(edit) @8720   13 years jo Just a backup, before starting to update the ai branch.
(edit) @8719   13 years jo Trying to find a way to identify a weapon by its munition name. The …
(edit) @8716   13 years rgrieder Fixed Linux build when using build units
(edit) @8713   13 years dafrick Cleaning up ShrinkPickup.
(edit) @8711   13 years jo Bots are ready for rocket usage. (The hit rate for rockets is just …
(edit) @8710   13 years FelixSchulthess space boundary billboard is now animated. test run with myTestLevel.oxw
(edit) @8706   13 years dafrick Merging presentation branch back into trunk. There are many new …
(edit) @8705   13 years dafrick The calling of tthe docking dialog is now synchronized (but not the …
(edit) @8704   13 years dafrick Only escape [] in CEGUI tetx of version is ≥ 0.7
(edit) @8703   13 years landauf two fixes for cegui 0.7 sometimes there's an exception while closing …
(edit) @8702   13 years landauf fixed radian ↔ degree conversion bug
(edit) @8701   13 years jo First successful attempt, to make bots shoot rockets. Unfortunately …
(edit) @8700   13 years dafrick Adherence to styleguide.
(edit) @8694   13 years scheusso fixed a network problem with SpaceBoundaries please don't use new on …
(edit) @8692   13 years rgrieder Added "getTimeFactor" console command.
(edit) @8690   13 years rgrieder Fixed tolua warning: operator != is not support by tolua because there …
(edit) @8689   13 years rgrieder Fixed GCC build and warnings.
(edit) @8688   13 years rgrieder Removed the need to declare the tolua interface explicitly …
(edit) @8687   13 years rgrieder Adjusted implementation of tribool to work well with tolua and …
(edit) @8686   13 years rgrieder Fixed missing include.
(edit) @8684   13 years dafrick Adding some sound.
(edit) @8682   13 years dafrick Hack-ish Hack to just have one HUD at a time.
(edit) @8681   13 years dafrick gametypeInfo didn't quite work in Tetris.
(edit) @8680   13 years dafrick Make the camera position stay the same between differnet stones in Tetris.
(edit) @8679   13 years dafrick Finalizing presentation level.
(edit) @8678   13 years rgrieder Replaced TriBool with a modified version of boost::tribool. The main …
(edit) @8677   13 years rgrieder The COUNTER macro required for full build units was only added in …
(edit) @8676   13 years rgrieder Fixed MSVC warnings in Convert.h in a different fashion that doesn't …
(edit) @8675   13 years dafrick Fixing problems with beaconMask being NULL.
(edit) @8674   13 years rgrieder Reduced some header file dependencies in tools: - moved …
(edit) @8673   13 years dafrick Merging hudimprovements branch into presentation branch.
(edit) @8672   13 years rgrieder Removed some includes in the Core header files. Also removed …
(edit) @8671   13 years rgrieder Moved IntVector2 from util/Math.h to InputHandler.h because that class …
(edit) @8670   13 years rgrieder - Shell shouldn't inherit OrxonoxClass twice if not necessary. - …
(edit) @8669   13 years rgrieder Moved a few methods from header to source.
(edit) @8668   13 years landauf small cleanup
(edit) @8667   13 years dafrick Possible fix for segfaults due to player being NULL.
(edit) @8666   13 years dafrick Possible fix. Doesn't really address the issoe though.
Note: See TracRevisionLog for help on using the revision log.