Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6799   14 years dafrick Adjusted the priority of some outputs which I found to be rather anoying.
(edit) @6797   14 years rgrieder svn:eol-style "native" for all text-based files.
(edit) @6796   14 years sfluecki Neues update
(edit) @6795   14 years solex death of master results in forming a new formation. Correct response …
(edit) @6794   14 years kolibri7 Trying to get the real scaleFactor, but it doesn't work yet…
(edit) @6793   14 years smerkli done for today.
(edit) @6791   14 years smerkli Chat works lowlevel, shortcut is set to B. needs ui now.
(edit) @6788   14 years smerkli stuff works, but keybinding still does only work in the build folder
(edit) @6787   14 years kolibri7 LoD information via XML partly implemented
(edit) @6786   14 years kolibri7
(edit) @6785   14 years gnadler
(edit) @6784   14 years gnadler
(edit) @6783   14 years gnadler
(edit) @6782   14 years gasserlu drone, dronecontroller implemented
(edit) @6781   14 years gnadler
(edit) @6780   14 years gnadler
(edit) @6779   14 years gnadler
(edit) @6778   14 years gnadler
(edit) @6777   14 years smerkli Brought implementation further, now starting to link into main program.
(edit) @6776   14 years smerkli Added ChatInputHandler facilities and started implementing them.
(edit) @6774   14 years rgrieder Activated Strict.lua That means you can no longer assign to or access …
(edit) @6773   14 years rgrieder Eliminated all unnecessary global Lua variables and replaced them …
(edit) @6772   14 years gionc update Skybox Generator
(edit) @6771   14 years gionc update SkyboxGenerator
(edit) @6769   14 years erwin Fixed a possible source for future problems. but still no sounds. Try …
(edit) @6768   14 years erwin obsolete, sound5 is current sound dev branch
(edit) @6767   14 years youngk Added descriptions and missing documentation to the classes I edited …
(edit) @6766   14 years rgrieder New branch to work on XML controlled CEGUI menus and on game states …
(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) @6760   14 years dafrick Deleting pickup4 branch, you know the drill…
(edit) @6759   14 years dafrick Deleting ppspickups2 branch, since it's obsolete as well.
(edit) @6758   14 years dafrick Deleting ppspickups1 branch, since it's obsolete now.
(edit) @6757   14 years dafrick Creating new pickup branch for me.
(edit) @6756   14 years dafrick Creating new pps pickups branch for Eric and Benedict.
(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) @6745   14 years rgrieder Branch now compiling with GCC as well: Added an removed a few …
(edit) @6744   14 years rgrieder Boost_VERSION was missing on Tardis because of manual configuration
(edit) @6743   14 years rgrieder - Bugfix in keyESC. - Default behaviour for GUI sheet InputStates is …
(edit) @6742   14 years rgrieder Fixed typo.
(edit) @6741   14 years rgrieder Removed obsolete InputState from GSMainMenu.
(edit) @6740   14 years rgrieder Trivial bug fix.
(edit) @6739   14 years rgrieder Applied background image changes to GSMainMenu.cc
(edit) @6738   14 years rgrieder Cosmetic changes in InputManager.
(edit) @6737   14 years rgrieder Background image of the GUI is now managed by GUIManager and kept in a …
(edit) @6736   14 years rgrieder All CEGUI calls that can execute Lua code should be protected against …
(edit) @6735   14 years rgrieder Removed getInstancePtr() from all Singletons. Use "exists()" (check) …
(edit) @6733   14 years erwin Added some hacks, now the source is playing, but there are no …
(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) @6730   14 years erwin Transfer changes again
(edit) @6729   14 years erwin Commit changes to transfer to netbook
(edit) @6728   14 years dafrick No more seg faults with pickups (at least that's what I hope. ;))
(edit) @6727   14 years scheusso HUDRadar now working again
(edit) @6726   14 years erwin Some more atempts to fix maybe it's platform specific…
(edit) @6725   14 years dafrick Resolved bug, that caused orxonox to crash whenever a level with …
(edit) @6724   14 years rgrieder svn:eol-style "native" for all text-based files.
(edit) @6723   14 years rgrieder Using /MP instead of /MP2 for MSVC. That way the number of processes …
(edit) @6722   14 years rgrieder Renamed showGUI and hideGUI to showMenuSheet and hideMenuSheet.
(edit) @6721   14 years rgrieder Fixed cross hair showing in in game menu.
(edit) @6720   14 years rgrieder "init" lua function —> "onLoad" to make it clear that it is a user …
(edit) @6719   14 years rgrieder Fixed error reporting problem in LuaState.cc when parsing LuaStateInit.lua.
(edit) @6718   14 years rgrieder Moved BasicGUI.lua to GUISheet.lua and derived MenuSheet.lua as well …
(edit) @6717   14 years scheusso removing some includes
(edit) @6716   14 years scheusso removed some bindings to map
(edit) @6715   14 years scheusso removing map files
(edit) @6714   14 years scheusso creating map tag in order to ditch it
(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) @6708   14 years dafrick Some cleanup.
(edit) @6707   14 years dafrick Found bug in PickupSpawner.
(edit) @6706   14 years dafrick Small adaptations in SpeedPickup.
(edit) @6705   14 years dafrick Minor cleanup.
(edit) @6704   14 years rgrieder "filename" —> "name" table entry for GUI sheets.
(edit) @6703   14 years dafrick Removed warning (and possible error, I'm not sure) in MultiStateEngine.
(edit) @6701   14 years dafrick Added a new health pickup.
(edit) @6700   14 years dafrick Rudimentary version of PickupInventory appears to be working now, …
(edit) @6699   14 years smerkli shit works xD
(edit) @6698   14 years smerkli ChatHistory is not being constructed, no idea why.
(edit) @6697   14 years jo boost feature added
(edit) @6696   14 years solex Master now limiting its formation size and revokes it with a …
(edit) @6695   14 years solex master now lists slaves
(edit) @6694   14 years ebeier added some speedpickup templates
(edit) @6693   14 years smerkli questions resolved, ready for in-game testing.
(edit) @6692   14 years jo some bugs removed, with friendlyfire option
Note: See TracRevisionLog for help on using the revision log.