Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6765   14 years rgrieder Dependency acceptance update: 5.0 with OGRE 1.7 is now also allowed, …
(edit) @6764   14 years rgrieder Hackaround for Visual Studio 2005 (compiler bug).
(edit) @6763   14 years rgrieder Using our own error handler (including the debugger) for Lua code …
(edit) @6762   14 years rgrieder Changes from last revision —> diff file for external libraries updated.
(edit) @6761   14 years rgrieder Fixed "error in error handler" problem that occurred within CEGUILua …
(edit) @6755   14 years dafrick Fixed Segfault upon dropping of InvisiblePickup, while it was being used.
(edit) @6754   14 years rgrieder Fixed bug in SingleplayerMenu that happened when starting a level manually.
(edit) @6753   14 years rgrieder Some more hackery for the PlayerInfo↔GUIOverlay relation. Seems to …
(edit) @6752   14 years rgrieder Fixed PickupManager::getPawn() method against NULL pointers. (Doesn't …
(edit) @6751   14 years rgrieder Removed FORCEINLINE from Singleton.h: There seems to be unexpected …
(edit) @6750   14 years dafrick PickupInventory working again, just had to change TaharezLook to …
(edit) @6749   14 years rgrieder Background wasn't transparent upon start up —> black screen when …
(edit) @6748   14 years rgrieder A GUISheet can assign its field "loadAlong" any strings designating …
(edit) @6747   14 years rgrieder Added onShow and onHide as overridable methods to GUISheet.lua and …
(edit) @6746   14 years rgrieder Merged gamestates2 branch back to trunk. This brings in some heavy …
(edit) @6732   14 years scheusso correcting initial speed of projectiles
(edit) @6731   14 years dafrick PickupCollection is broken for now because to make it work drastic …
(edit) @6728   14 years dafrick No more seg faults with pickups (at least that's what I hope. ;))
(edit) @6725   14 years dafrick Resolved bug, that caused orxonox to crash whenever a level with …
(edit) @6723   14 years rgrieder Using /MP instead of /MP2 for MSVC. That way the number of processes …
(edit) @6713   14 years dafrick Adjusted SpeedPickup such that the Engine is the actual PickupCarrier …
(edit) @6712   14 years dafrick Merged pickup_representation_templates into one. Merged pickups.oxi …
(edit) @6711   14 years dafrick Merged pickup4 branch back to trunk.
(edit) @6710   14 years dafrick Merged ppspickups2 branch into trunk.
(edit) @6709   14 years dafrick Merged ppspickups1 into trunk.
(edit) @6677   14 years scheusso this removes problems with the HUDSpeedBar on some machines (by …
(edit) @6676   14 years rgrieder Removed some msvc float warnings.
(edit) @6620   14 years rgrieder Updated TinyXML++ to the latest trunk revision. Only adds a function …
(edit) @6598   14 years scheusso someone forgot to delete these overlays
(edit) @6590   14 years rgrieder Switching to OGRE v1.6 on Tardis
(edit) @6563   14 years dafrick Some minor changes.
(edit) @6561   14 years dafrick No longer works.
(edit) @6560   14 years dafrick Emptied emtpy level.
(edit) @6549   14 years dafrick Fixed Keybind GUI bug.
(edit) @6540   14 years dafrick Removed some TODO's. Finished up documenting pickup module.
(edit) @6539   14 years dafrick Ups. Complies and runs now.
(edit) @6538   14 years dafrick Done some (almost final) documenting in pickup module.
(edit) @6536   14 years rgrieder Merged revisions 6430-6440 from the gamestate branch to the trunk. …
(edit) @6535   14 years rgrieder MSVC build config fix for incremental linking.
(edit) @6534   14 years dafrick PickupCarrier destructor a little more compact.
(edit) @6533   14 years dafrick Resolved segmentation fault, when destroying a PickupCompilation.
(edit) @6524   14 years dafrick Merged pickup branch into trunk. Yay. Persisting bugs will be fixed, …
(edit) @6503   14 years rgrieder Disabled some more warnings in MultiType that OGRE v1.7 revealed.
(edit) @6502   14 years rgrieder Removed a ton of msvc warnings revealed with OGRE v1.7 (they removed …
(edit) @6501   14 years rgrieder Ensured OGRE v1.7 "Cthugha" code compatibility. Does not yet seem to …
(edit) @6495   14 years rgrieder Fixed CEGUI library problem on tardis
(edit) @6461   14 years scheusso further tardis hacks/fixes in order to build orxonox on the new tardis …
(edit) @6460   14 years scheusso release version now compiling again on tardis
(edit) @6444   14 years rgrieder Version bump —> 0.0.4
(edit) @6443   14 years rgrieder Fixed two problems with the ORXONOX_RELEASE really release version.
(edit) @6438   14 years rgrieder Boost 1.35 currently is the minimum version.
(edit) @6436   14 years rgrieder Engine idle sound wasn't looped.
(edit) @6429   14 years rgrieder No STL iterator bounds checking for MSVC release versions.
(edit) @6428   14 years rgrieder Changed config value handling in the KeyBinder. Doesn't change the …
(edit) @6427   14 years rgrieder Fixed (whyever it works now) bug in KeyBind menu that caused an error …
(edit) @6426   14 years rgrieder Fixed bug that caused Host to fail an assert when the client failed to …
(edit) @6425   14 years rgrieder Replaced "=" with " = " in our ini files for the config value. Also …
(edit) @6424   14 years rgrieder Fixed a bug in removeSlashes: An escape sequence at the third and …
(edit) @6423   14 years rgrieder Fixed bug that caused derived classes to list the base class's config …
(edit) @6422   14 years rgrieder Uniform code-styling per file. As if I didn't know what to do
(edit) @6417   14 years rgrieder Merged presentation2 branch back to trunk. Major new features: - …
(edit) @6105   14 years rgrieder Merged console branch back to trunk.
(edit) @6085   14 years rgrieder Not including the whole binary director for the doxygen documentation. …
(edit) @6084   14 years rgrieder - Fixed typing error in a cmake file causing a rebuild of the …
(edit) @6083   14 years scheusso fixed doxyfile (bullet had been moved from src/bullet to …
(edit) @6075   14 years rgrieder Ogre plugins are only required when having graphics. This should speed …
(edit) @6073   14 years rgrieder Found more tabs in the trunk.
(edit) @6064   14 years rgrieder Code looks better symmetrically. Actually it's probably a potential bug..
(edit) @6061   14 years scheusso merged back a long forgotten revision
(edit) @6057   14 years rgrieder Moved an inline function to the source in OrxonoxOverlay.
(edit) @6056   14 years scheusso OrxonoxOverlay now correctly deregisters in it's old OverlayGroup if …
(edit) @6054   14 years scheusso trying to solve a double free bug (replaced OrxonoxOverlay pointers …
(edit) @6035   14 years rgrieder Fixed program termination segfault in the trunk
(edit) @6028   14 years dafrick Fixed typos ind GSDedicated and GSDedicatedClient.
(edit) @6026   14 years rgrieder Forgot to rename a symbol.
(edit) @6021   14 years rgrieder Renamed CommandLine to CommandLineParse to avoid confusions with the …
(edit) @5989   14 years dave ghost weapons added
(edit) @5988   14 years dave Ghost files added
(edit) @5980   14 years scheusso fixed a logical error in OverlayGroup/OrxonoxOverlay (visibility of …
(edit) @5978   14 years dafrick GUIOverlay is more talkative, resp. it tells you now, whether it is …
(edit) @5976   14 years dafrick Added questsystem test-level.
(edit) @5967   14 years rgrieder Activated javadoc auto-brief for our doxygen documentation. This means …
(edit) @5966   14 years scheusso (kind of) fixed HumanPlayer bodys beeing around from clients that have …
(edit) @5965   14 years scheusso changed some default values in network and trying to reduce round trip …
(edit) @5964   14 years rgrieder Fixed msvc build with PCH.
(edit) @5963   14 years rgrieder Improved Visual Studio IntelliSense (tool that suggests function names …
(edit) @5961   14 years scheusso new ConsoleCommand: printRTT: prints the round trip time to (the …
(edit) @5960   14 years rgrieder Fixed console overlay retraction inconsistency.
(edit) @5958   14 years rgrieder Fixed a failed assertion on Windows, occurring when pasting from an …
(edit) @5951   14 years cmueri some adjustments in order to be able to use the CELayoutEditor
(edit) @5940   14 years rgrieder Fixed boost v1.36 build.
(edit) @5938   14 years dafrick Some more updated documentation, this time in QuestEffectBeacon.
(edit) @5937   14 years dafrick Also a very minor update for DistanceTriggger.
(edit) @5936   14 years dafrick Updated documentation in PlayerTrigger.
(edit) @5929   14 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
(edit) @5923   14 years rgrieder Allowing multiple major dependency versions. Currently this is 3.1 and …
(edit) @5901   14 years rgrieder Fix did not entirely work before. Visual Studio should now work again.
(edit) @5900   14 years rgrieder Hopefully fixed CMake visual studio bug in the trunk.
(edit) @5808   15 years erwin Correcting a typo
(edit) @5794   15 years rgrieder Small stuff and added support for Boost 1.40
Note: See TracRevisionLog for help on using the revision log.