Timeline
Aug 18, 2011:
- 10:48 PM Changeset [8847] by
- Some level extensions.
Aug 15, 2011:
- 12:03 AM Changeset [8846] by
- The CMake version check should be placed AFTER the PROJECT command to …
Aug 14, 2011:
- 10:58 PM Changeset [8845] by
- QUICK&DIRTY: drone uses portals.
- 10:47 PM Changeset [8844] by
- Added missing includes (only show up when PCH and build units are …
- 6:45 PM Changeset [8843] by
- Fixing bug.
- 1:45 PM Changeset [8842] by
- Renam to find bug.
- 10:10 AM Changeset [8841] by
- Adding some asserts.
Aug 13, 2011:
- 11:58 PM Changeset [8840] by
- Exported orxout() and the output levels to lua, replaces logMessage() …
- 11:27 PM Changeset [8839] by
- sorry, I forgot to remove a wrong buxfix entirely.
- 11:21 PM Changeset [8838] by
- Minor level changes. Questmenu pauses game now.
- 9:41 PM Changeset [8837] by
- added console command "orxout" (and also "orxout_context") re-added …
- 7:30 PM Changeset [8836] by
- improved error output of CommandExecutor and Tcl
Aug 12, 2011:
- 12:48 AM Changeset [8835] by
- cleaned up contexts, added some sub-contexts and made some output verbose
- 12:26 AM Changeset [8834] by
- added flag to disable automatic registration of output listeners. …
Aug 11, 2011:
- 11:20 PM Changeset [8833] by
- A context is now defined by a struct instead of only a mask. …
Aug 9, 2011:
- 12:37 AM Changeset [8832] by
- Quick and dirty fix to un-singletonize WANDiscovery. It is now created …
Aug 8, 2011:
- 10:19 PM Changeset [8831] by
- fixed wrong config value callback in Shell fixed bug in …
Aug 7, 2011:
- 10:51 PM Changeset [8830] by
- added some output (user and internal) throughout the initialization of …
- 3:11 PM Changeset [8829] by
- enhanced chat system. chat related code is now separated into …
Aug 6, 2011:
- 6:33 PM Changeset [8828] by
- moved chat related files to a new subdirectory
- 3:42 PM Changeset [8827] by
- small fix in Host::isServer in agreement with Oli
- 3:40 PM Changeset [8826] by
- display chat messages without sender without name (currently used for …
- 11:07 AM Changeset [8825] by
- There's a bug in ogre 1.7 causing the first text overlay with a …
Aug 4, 2011:
- 11:54 PM Changeset [8824] by
- Some updates to the level.
- 7:17 PM ~archive/News edited by
- (diff)
- 7:16 PM WikiStart edited by
- (diff)
- 12:51 PM Changeset [8823] by
- Forgot to change some debug stuff.
- 12:45 AM Changeset [8822] by
- Chat works again Removed console output for almost all gameplay …
- 12:09 AM Changeset [8821] by
- Adding broadcast functionality to NotificationDispatcher.
Aug 3, 2011:
- 11:28 PM Changeset [8820] by
- fixed some stuff that became visible after the recent changes in the …
- 9:54 PM Changeset [8819] by
- Minor change in PickupSpawner, fixing possible cause for segfaults.
- 9:18 PM Changeset [8818] by
- fixed looknfeel file
- 8:56 PM Changeset [8817] by
- corrected authors
Aug 2, 2011:
- 10:36 PM Changeset [8816] by
- fixed bug in auto completion function
- 5:10 PM Changeset [8815] by
- reverting r8813 because it crashes now in all other branches except …
- 12:15 AM Changeset [8814] by
- OrxonoxLoading.overlay is not needed anymore (see r8813)
- 12:13 AM Changeset [8813] by
- removed LoadingScreenSample since sample_loading.jpg doesn't seem to …
Aug 1, 2011:
- 8:42 PM Changeset [8812] by
- removed COUT, CCOUT, and DOUT macros. COUT is now defined as a …
- 7:09 PM Changeset [8811] by
- Replaced COUT() with orxout() in all modules. phew.
- 4:40 PM Changeset [8810] by
- removed CEGuiSample, I think this is not needed anymore
- 4:37 PM Changeset [8809] by
- Replaced COUT() with orxout() in tools and orxonox library. Requires …
Jul 31, 2011:
- 11:42 PM Changeset [8808] by
- Removed debugLevel_ from Shell, using correct variable inherited from …
- 9:09 PM Changeset [8807] by
- Replaced COUT with orxout in network library. Tried to set levels and …
- 5:15 PM Changeset [8806] by
- Replaced COUT with orxout in core. Tried to set levels and contexts in …
- 11:45 AM Changeset [8805] by
- added new output level "message" for output directed to the user
Jul 30, 2011:
- 11:06 PM Changeset [8804] by
- Replaced COUT in util with orxout. Used user_error for Exceptions and …
- 10:05 PM Changeset [8803] by
- no \n needed after executed command in shell. different color for …
- 9:33 PM Changeset [8802] by
- in-game-console is now darker, yields better contrast for colored output
- 9:31 PM Changeset [8801] by
- fixed bug with multiple lines in shell. adjusted colors in IOConsole …
- 9:25 PM Changeset [8800] by
- Some work on the level. Pawndeath trigger doesn't work.
- 7:51 PM Changeset [8799] by
- Code related to config values for output is now implemented in …
- 3:55 PM Changeset [8798] by
- adjusted output levels for ogre and cegui messages added config value …
- 10:39 AM Changeset [8797] by
- removed onlyLastLineChanged() callback from ShellListener, since it's …
- 12:54 AM Changeset [8796] by
- adjusted the rest of the code to the new output system, but some …
Jul 29, 2011:
- 10:26 PM Changeset [8795] by
- Shell and its derivatives are now based on the new output system
Jul 28, 2011:
- 10:35 PM Changeset [8794] by
- added BaseWriter, a common base class of ConsoleWriter, LogWriter, and …
- 5:24 PM Changeset [8793] by
- Destructor update.
Jul 27, 2011:
- 9:21 PM Changeset [8792] by
- Yeay, works. The pickuping efficiency isn't as good as expected though.
Jul 26, 2011:
- 11:41 PM Changeset [8791] by
- Bug is triggered in AIController.cc @ line 243. Can't find the reason …
- 11:21 PM Changeset [8790] by
- Removing hudimprovements branch. (Is already in trunk)
- 11:06 AM Changeset [8789] by
- some small details, allow direct usage of OutputStream()
- 12:05 AM Changeset [8788] by
- changed includes from Debug.h to Output.h doesn't compile.
Jul 25, 2011:
- 11:53 PM Changeset [8787] by
- removed Debug.h and OutputHandler. removed test namespace from new …
- 11:18 PM Changeset [8786] by
- Bots can fetch pickups. Waypointmanagement is unstable yet.
- 11:07 PM Changeset [8785] by
- moved ggz2 branch to archive
- 10:27 PM Changeset [8784] by
- moved toonshader branch to archive. hi lieni, still alive?
- 10:17 PM Changeset [8783] by
- moved old branches from tags to archive
- 10:13 PM Changeset [8782] by
- created archive directory for unmerged branches
- 10:02 PM Changeset [8781] by
- removed old branches
- 8:03 PM Changeset [8780] by
- added ConsoleWriter
- 6:28 PM Changeset [8779] by
- small changes regarding context functions and orxout()
- 3:00 PM Changeset [8778] by
- guess we can afford a small macro in this case
- 2:47 PM Changeset [8777] by
- output contexts are now defined as functions instead of global …
- 1:05 PM Changeset [8776] by
- in OutputManager: getInstance now only creates an instance of …
- 12:01 AM Changeset [8775] by
- fixed problem with static initialization in old implementation of the …
Jul 24, 2011:
- 11:50 PM Changeset [8774] by
- added LogWriter and MemoryWriter
- 10:40 PM Changeset [8773] by
- Just to show a bug in the level.
- 4:09 PM Changeset [8772] by
- send the lines of a message as a vector to the output listeners
- 1:22 AM Changeset [8771] by
- added function to register new output contexts. OutputManager owns …
Jul 21, 2011:
- 6:07 PM Changeset [8770] by
- That was no English . Now worldentities can be identified and added …
- 5:36 PM Changeset [8769] by
- Moved intern waypoint functionallity from the waypointController to …
Jul 20, 2011:
- 11:27 PM Changeset [8768] by
- Removing obsolete branches.
- 11:27 PM Changeset [8767] by
- Some cleanup…
Note: See TracTimeline
for information about the timeline view.