Timeline
Jul 15, 2009:
Jul 14, 2009:
- 11:05 PM Changeset [3299] by
- Sometimes I honestly ask myself why such things could run on Linux, …
- 5:47 PM Changeset [3298] by
- removed some (hopefully) unnecessary mutex calls
- 4:50 PM Changeset [3297] by
- fixed ticket #318 ("client connected" message now only appears for …
- 4:49 PM Ticket #318 ("client connected" message) closed by
- fixed: fixed - the message now only appears for clientIDs != 0 (which means …
- 4:46 PM Changeset [3296] by
- 1-line-merge to trunk
- 4:34 PM Changeset [3295] by
- fixed a bug causing console commands to be case sensitive if called …
- 3:56 PM Changeset [3294] by
- Bugfix: windowResized() was not called upon render window creation. …
- 3:27 PM Changeset [5581] by
- Extended default keybindings.ini to work with core4 branch (AND the …
- 2:19 PM Changeset [3293] by
- Linux and GCC build fixes.
- 1:59 PM Changeset [3292] by
- Added documentation for the InputState.
- 11:50 AM Changeset [3291] by
- Added window size as static variable to the WindowEventListener …
- 11:30 AM Changeset [3290] by
- Moved WindowEventListener to the core to avoid some really ugly hacks …
- 10:09 AM Changeset [3289] by
- a fix in Clock (more ogre-overflow safe now) moved framerate control …
Jul 13, 2009:
- 10:43 PM Changeset [3288] by
- Finally found a satisfying way to deal with interfaces that deliver …
- 9:45 PM Changeset [5580] by
- Fixed lua 5.1, again. The timing of the last fixing was a bit …
- 9:30 PM Changeset [3287] by
- Console should now be visible again in the main menu (and FPS text as …
- 8:54 PM Changeset [3286] by
- Added and adjusted documentation for the devices. Also removed one …
- 6:41 PM Changeset [3285] by
- Shoved some code around to reduce contents of 'global' InputPrereqs.h
- 6:03 PM Changeset [3284] by
- Move resource allocation to the corresponding thread and made compiler …
- 4:59 PM Changeset [3283] by
- Fixed a bug that caused the game to crash at random locations when …
- 2:37 PM Changeset [3282] by
- removed mergeinfo property (please be careful with partial merges, …
- 1:57 PM Changeset [3281] by
- Adjusted InputManager documentation.
Jul 12, 2009:
- 11:58 PM Changeset [3280] by
- Merged most of the core4 revisions back to the trunk except for: - …
- 11:08 PM Changeset [3279] by
- Heavy clean up in the InputManager; not many real code changes though. …
- 11:06 PM Changeset [3278] by
- Bugfix: When requesting a game that that wasn't child or parent but …
- 7:20 PM Changeset [3277] by
- fixed a 64bit issue and inserted some static asserts to prevent …
- 6:34 PM Changeset [5579] by
- You're welcome, Oli
- 4:49 PM Changeset [3276] by
- Moved grab/ungrab mouse hack for Linux from InputManager to Mouse.
- 4:44 PM Changeset [3275] by
- Build fixes for actual compilers
- 4:12 PM Changeset [3274] by
- Added a few more generic parts to the input library: - Created Mouse …
Jul 9, 2009:
- 9:38 PM Changeset [3273] by
- Build fix: I knew there was one more file…
- 9:23 PM Changeset [3272] by
- Removed obsolete feature: ExtendedInputState. If you need an …
- 8:27 PM Changeset [3271] by
- Modifying some strange template function declarations to avoid forward …
- 1:52 PM Ticket #334 (Improve Console Commands) created by
- There are currently some issues and missing feature with console …
Jul 6, 2009:
- 12:03 PM Changeset [3270] by
- Extracted joy stick related code from InputManager to a new JoyStick …
Jul 1, 2009:
- 9:24 PM Changeset [3269] by
- Bugfix for InputManager reloading.
- 6:20 PM Changeset [3268] by
- Removed the need to specify unique numbers when declaring multiple …
- 1:32 PM Changeset [3267] by
- Didn't finish my little Pimple idiom
- 1:28 PM Changeset [3266] by
- Forgot to save a file.
- 1:24 PM Changeset [3265] by
- - Removed superfluous convertToString and convertFromString (replaced …
- 11:22 AM Changeset [3264] by
- Moved boost headers from TclThreadmanager.h to the source file. Also …
- 10:51 AM Changeset [3263] by
- fix for tab completion in dedicated server console
- 10:04 AM Changeset [3262] by
- Replaced orxonox::min and orxonox::max with std version (which do …
Jun 30, 2009:
- 5:33 PM Ticket #295 (Capture CEGUI output) closed by
- fixed: Implemented as suggested.
- 5:32 PM Changeset [3261] by
- #295: Capturing CEGUI output and rerouting it to COUT with reasonable …
- 4:56 PM Ticket #299 (Export command history to a separate file) closed by
- fixed: done
- 4:53 PM Changeset [3260] by
- #299: Fixed a bug in ConfigValueIncludes.h and exported command …
- 4:48 PM Ticket #329 (Improve get2DViewdirection) closed by
- fixed
- 4:34 PM Changeset [3259] by
- bonus to ticket 329
- 4:24 PM Changeset [3258] by
- see ticket #329
- 3:16 PM Ticket #288 (Enumeration style) closed by
- fixed: Edited the styled guide and adjusted all enums except XMLPort::Mode, …
- 3:14 PM Changeset [3257] by
- Unified enumeration layout according to the style guide (which I have …
- 2:44 PM Changeset [3256] by
- added NetworkFunctionBase::destroyAllNetworkFunctions to cleanup …
- 10:02 AM code/C++_styleguide edited by
- (diff)
- 12:08 AM code/C++_styleguide edited by
- (diff)
- 12:00 AM Ticket #298 (Improve ''Usage'' dialog) closed by
- fixed: Resolved with r3255. Also updated the informational strings.
Jun 29, 2009:
- 11:59 PM Changeset [3255] by
- #298: Improved usage dialogue creation and the information itself.
- 10:13 PM Ticket #305 (Bug: String values) closed by
- fixed: Doesn't occur anymore in the core4 branch anyway (r3254). I suppose …
- 10:01 PM Ticket #312 (Bug: Ogre config dialog) closed by
- fixed: Implicitly fixed by improving exception-safety in the Game class. …
- 10:01 PM Changeset [3254] by
- Massively improved exception-safety in GraphicsManager. This …
- 10:00 PM Changeset [3253] by
- Minor fixes and changes.
- 9:43 PM Changeset [3252] by
- Boost ≥ 1.35 is now default
- 6:13 PM Ticket #300 (Rename String.h) closed by
- fixed: Renamed the file
- 6:13 PM Changeset [3251] by
- Fixed two serious dependency bugs: - Only every second file of the …
- 6:10 PM Changeset [3250] by
- Executing decision on #300: Renaming String.h to StringUtils.h …
- 4:01 PM Changeset [5578] by
- Accompanying changes to the source repo revision 3249.
- 4:01 PM Changeset [3249] by
- StartLevel —> DefaultLevel and moved the CommandLine argument …
- 2:18 PM Changeset [3248] by
- Build fix for new GCC versions
- 2:01 PM Changeset [3247] by
- Removed OrxonoxClass inheritance from Game and Core: this allows the …
- 1:43 PM Changeset [3246] by
- Added new feature to CommandLine: arguments that cannot be specified …
- 1:33 PM Changeset [5577] by
- Accompanying changes to the source repo revision 3245.
- 1:32 PM Changeset [3245] by
- Moved Game::getLevel to LevelManager::getStartLevel and Game::setLevel …
Jun 28, 2009:
- 11:23 PM Changeset [3244] by
- Build bugfix in GenerateToluaBindings.cmake: we have to supply a …
- 6:22 PM Changeset [3243] by
- Moved GameState construction from pre-main() to after Core creation. …
- 5:35 PM Changeset [3242] by
- Added a using declaration to ExecutorMember which hopefully solves …
- 4:10 PM Changeset [3241] by
- You shouln't feed GCC too much non standard compliant code
- 3:04 PM Changeset [3240] by
- a lot of cleanup some bugfixes (Thread, ThreadPool) the biggest part …
- 2:45 PM Changeset [3239] by
- Found a way to write orxonox_cast<T*> instead of orxonox_cast<T> so …
- 1:47 PM Changeset [3238] by
- Improved exception-safety in the Game class and fixed some issues and …
- 1:44 PM Changeset [3237] by
- Improved exception-safety in the InputManager.
- 1:42 PM Changeset [3236] by
- Fixed a bug in SoundManager: Construction, destruction and …
Jun 26, 2009:
- 12:55 PM Changeset [3235] by
- Added ScopeGuard from the Loki library. It provides a very simple …
- 11:46 AM Changeset [3234] by
- Using enum instead of a const bool to ensure the variable doesn't get …
- 11:42 AM Changeset [3233] by
- Possibly reinstated code compliance with GCC 4.4 Could anyone with GCC …
- 11:41 AM Changeset [3232] by
- Moved implicit conversion detection from Convert.h to the new …
Jun 23, 2009:
- 9:59 PM Changeset [3231] by
- Build fixes: Classes should export symbols with _CoreExport and …
- 9:45 PM Changeset [3230] by
- moved Thread and ThreadPool to core because of linking issues
- 9:36 PM Changeset [3229] by
- Damn, wrong branch, sry.
- 9:36 PM Changeset [3228] by
- Found a tedious bug resulting in the wrong behavior regarding PCH …
- 8:53 PM Changeset [3227] by
- some cleaning up and memory leak fixes
- 8:53 PM Changeset [3226] by
- added 2 classes: Thread: implementation of a worker thread (you can …
- 8:16 PM Changeset [3225] by
- Using super for MSVC because I can't use the orxonox_cast in Super.h
- 8:14 PM Changeset [3224] by
- Removed three macros: Two (ClassByString and ClassByID) by replacing …
- 7:28 PM Changeset [3223] by
- Add a new core-feature: orxonox_cast<T>() The functions casts objects …
- 6:59 PM Changeset [3222] by
- Creating branch for new features/changes in the core.
- 6:55 PM Changeset [3221] by
- delete old netp5 and pch branches
- 6:19 PM Changeset [3220] by
- moved tutorial branch to tags
- 6:17 PM Changeset [3219] by
- moved lod branch to tags
- 6:15 PM Changeset [3218] by
- moved shader branch to tags
- 6:13 PM Changeset [3217] by
- moved skybox branch to tags
- 6:10 PM Changeset [3216] by
- removed some branches
- 6:07 PM Changeset [3215] by
- created new netp6 branch things to do: - fix memory leaks - implement …
- 6:02 PM Changeset [3214] by
- merged netp5 back to trunk
- 5:58 PM dev edited by
- (diff)
- 5:44 PM Changeset [3213] by
- found another little leak
- 3:45 PM Changeset [3212] by
- Refined PCH files a bit.
- 12:37 PM Changeset [3211] by
- Moved PacketFlag and added includes for memcpy() and abort() (Mingw …
- 12:25 PM Changeset [3210] by
- Optimised NetworkPrecompiledHeaders.h again.
- 2:12 AM Changeset [3209] by
- Cleanup in network plus a few dependency reductions (no enet-function …
- 12:51 AM Changeset [3208] by
- some cleaning up i hope that i found some memory leaks
Jun 22, 2009:
- 11:34 PM Changeset [3207] by
- fix in synchronisation of function ids
- 9:45 PM Changeset [3206] by
- forgot something
- 1:12 PM Changeset [3205] by
- Removed a few warnings.
- 12:13 PM code/Scripting edited by
- (diff)
Jun 21, 2009:
- 11:35 PM Ticket #287 (Conversion function naming) closed by
- fixed: Deleted the upper case versions and renamed omni_cast to multi_cast. …
- 7:55 PM Changeset [3204] by
- PCH should be enabled by default for the orxonox target.
- 12:34 AM Changeset [3203] by
- removed some warnings
- 12:27 AM Changeset [3202] by
- rest of the cleanup ( mostly client connection handling) network is …
Jun 20, 2009:
- 7:21 PM Changeset [3201] by
- cleaned up server connection handling client is yet to come
- 4:29 PM Changeset [3200] by
- create new netp5 branch
- 4:28 PM Changeset [3199] by
- delete old netp branch
- 4:27 PM Changeset [3198] by
- merged netp4 back to trunk
- 3:26 PM Changeset [3197] by
- small hackfix
- 9:20 AM Changeset [3196] by
- Merged pch branch back to trunk.
Jun 19, 2009:
- 2:28 PM Changeset [3195] by
- Reverted some changes previously made: on non-MSVC platforms you can …
- 2:19 PM Changeset [3194] by
- Refined precompiled header file for the orxnox executable target …
- 2:18 PM Changeset [3193] by
- Small stuff.
Jun 18, 2009:
- 10:00 AM Changeset [3192] by
- Replaced <OgrePrerequisites.h> with "util/OgreForwardRefs.h": I …
Jun 17, 2009:
- 9:53 PM Changeset [3191] by
- Disposed of a file that died of old age
- 9:51 PM Changeset [3190] by
- Optimised precompiled header files for core and network (optimised …
- 9:49 PM Changeset [3189] by
- Removed trouble-making anonymous namespace in Convert.h
Jun 16, 2009:
- 2:44 PM Changeset [3188] by
- Added attachOgreObject and detachOgreObject overloads for …
- 2:26 PM Changeset [3187] by
- Officially included ObjectList.h in CoreIncludes.h (it gets included …
- 2:25 PM Changeset [3186] by
- Last part of the cleanup: world entities.
- 12:35 PM Changeset [3185] by
- Cleanup in the weapon system.
Jun 15, 2009:
- 11:45 PM Changeset [3184] by
- Converted SoundManager into a more suitable singleton.
- 10:48 PM Changeset [3183] by
- Renamed Teamcolourable to TeamColourable
- 9:50 PM Changeset [3182] by
- Found out that that Debug.h is officially included in CoreIncludes.h
- 9:40 PM Changeset [3181] by
- Moved Rewardable (quest system) to the interface section.
- 9:34 PM Changeset [3180] by
- Cleanup in pickup and quest (almost only cleaned the header file sections).
- 8:20 PM Changeset [3179] by
- Cleanup in gametypes, infos and items
- 1:43 PM Changeset [3178] by
- Build fix for Visual Studio 2005: Removed const qualifiers in …
- 11:52 AM Changeset [3177] by
- Moved interface classes to orxonox/interfaces. This resolves certain …
- 10:48 AM Changeset [3176] by
- Cleanup in collisionshapes and controllers. (Moved PawnListener to a …
- 10:21 AM Changeset [3175] by
- Fixed dedicated (at least for presentation09.oxw).
- 9:59 AM Changeset [3174] by
- Cleanup in orxonox/objects (non recursive).
- 9:01 AM Changeset [3173] by
- GameStates cleanup
Note: See TracTimeline
for information about the timeline view.