Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6806   15 years gionc updated skybox generator
(edit) @6805   15 years dafrick Possible bug fix.
(edit) @6804   15 years gionc updated skyboxgenerator
(edit) @6803   15 years gnadler
(edit) @6802   15 years cdaniel QuestGUI can now be opened/closed by pressing Key F3…
(edit) @6801   15 years cdaniel New Quest Level - still in early test phase :P
(edit) @6800   15 years dafrick Created a new class of triggers called Multitriggers. MultiTriggers …
(edit) @6799   15 years dafrick Adjusted the priority of some outputs which I found to be rather anoying.
(edit) @6797   15 years rgrieder svn:eol-style "native" for all text-based files.
(edit) @6796   15 years sfluecki Neues update
(edit) @6795   15 years solex death of master results in forming a new formation. Correct response …
(edit) @6794   15 years kolibri7 Trying to get the real scaleFactor, but it doesn't work yet…
(edit) @6793   15 years smerkli done for today.
(edit) @6791   15 years smerkli Chat works lowlevel, shortcut is set to B. needs ui now.
(edit) @6788   15 years smerkli stuff works, but keybinding still does only work in the build folder
(edit) @6787   15 years kolibri7 LoD information via XML partly implemented
(edit) @6786   15 years kolibri7
(edit) @6785   15 years gnadler
(edit) @6784   15 years gnadler
(edit) @6783   15 years gnadler
(edit) @6782   15 years gasserlu drone, dronecontroller implemented
(edit) @6781   15 years gnadler
(edit) @6780   15 years gnadler
(edit) @6779   15 years gnadler
(edit) @6778   15 years gnadler
(edit) @6777   15 years smerkli Brought implementation further, now starting to link into main program.
(edit) @6776   15 years smerkli Added ChatInputHandler facilities and started implementing them.
(edit) @6774   15 years rgrieder Activated Strict.lua That means you can no longer assign to or access …
(edit) @6773   15 years rgrieder Eliminated all unnecessary global Lua variables and replaced them …
(edit) @6772   15 years gionc update Skybox Generator
(edit) @6771   15 years gionc update SkyboxGenerator
(edit) @6769   15 years erwin Fixed a possible source for future problems. but still no sounds. Try …
(edit) @6768   15 years erwin obsolete, sound5 is current sound dev branch
(edit) @6767   15 years youngk Added descriptions and missing documentation to the classes I edited …
(edit) @6766   15 years rgrieder New branch to work on XML controlled CEGUI menus and on game states …
(edit) @6765   15 years rgrieder Dependency acceptance update: 5.0 with OGRE 1.7 is now also allowed, …
(edit) @6764   15 years rgrieder Hackaround for Visual Studio 2005 (compiler bug).
(edit) @6763   15 years rgrieder Using our own error handler (including the debugger) for Lua code …
(edit) @6762   15 years rgrieder Changes from last revision —> diff file for external libraries updated.
(edit) @6761   15 years rgrieder Fixed "error in error handler" problem that occurred within CEGUILua …
(edit) @6760   15 years dafrick Deleting pickup4 branch, you know the drill…
(edit) @6759   15 years dafrick Deleting ppspickups2 branch, since it's obsolete as well.
(edit) @6758   15 years dafrick Deleting ppspickups1 branch, since it's obsolete now.
(edit) @6757   15 years dafrick Creating new pickup branch for me.
(edit) @6756   15 years dafrick Creating new pps pickups branch for Eric and Benedict.
(edit) @6755   15 years dafrick Fixed Segfault upon dropping of InvisiblePickup, while it was being used.
(edit) @6754   15 years rgrieder Fixed bug in SingleplayerMenu that happened when starting a level manually.
(edit) @6753   15 years rgrieder Some more hackery for the PlayerInfo↔GUIOverlay relation. Seems to …
(edit) @6752   15 years rgrieder Fixed PickupManager::getPawn() method against NULL pointers. (Doesn't …
(edit) @6751   15 years rgrieder Removed FORCEINLINE from Singleton.h: There seems to be unexpected …
(edit) @6750   15 years dafrick PickupInventory working again, just had to change TaharezLook to …
(edit) @6749   15 years rgrieder Background wasn't transparent upon start up —> black screen when …
(edit) @6748   15 years rgrieder A GUISheet can assign its field "loadAlong" any strings designating …
(edit) @6747   15 years rgrieder Added onShow and onHide as overridable methods to GUISheet.lua and …
(edit) @6746   15 years rgrieder Merged gamestates2 branch back to trunk. This brings in some heavy …
(edit) @6745   15 years rgrieder Branch now compiling with GCC as well: Added an removed a few …
(edit) @6744   15 years rgrieder Boost_VERSION was missing on Tardis because of manual configuration
(edit) @6743   15 years rgrieder - Bugfix in keyESC. - Default behaviour for GUI sheet InputStates is …
(edit) @6742   15 years rgrieder Fixed typo.
(edit) @6741   15 years rgrieder Removed obsolete InputState from GSMainMenu.
(edit) @6740   15 years rgrieder Trivial bug fix.
(edit) @6739   15 years rgrieder Applied background image changes to GSMainMenu.cc
(edit) @6738   15 years rgrieder Cosmetic changes in InputManager.
(edit) @6737   15 years rgrieder Background image of the GUI is now managed by GUIManager and kept in a …
(edit) @6736   15 years rgrieder All CEGUI calls that can execute Lua code should be protected against …
(edit) @6735   15 years rgrieder Removed getInstancePtr() from all Singletons. Use "exists()" (check) …
(edit) @6733   15 years erwin Added some hacks, now the source is playing, but there are no …
(edit) @6732   15 years scheusso correcting initial speed of projectiles
(edit) @6731   15 years dafrick PickupCollection is broken for now because to make it work drastic …
(edit) @6730   15 years erwin Transfer changes again
(edit) @6729   15 years erwin Commit changes to transfer to netbook
(edit) @6728   15 years dafrick No more seg faults with pickups (at least that's what I hope. ;))
(edit) @6727   15 years scheusso HUDRadar now working again
(edit) @6726   15 years erwin Some more atempts to fix maybe it's platform specific…
(edit) @6725   15 years dafrick Resolved bug, that caused orxonox to crash whenever a level with …
(edit) @6724   15 years rgrieder svn:eol-style "native" for all text-based files.
(edit) @6723   15 years rgrieder Using /MP instead of /MP2 for MSVC. That way the number of processes …
(edit) @6722   15 years rgrieder Renamed showGUI and hideGUI to showMenuSheet and hideMenuSheet.
(edit) @6721   15 years rgrieder Fixed cross hair showing in in game menu.
(edit) @6720   15 years rgrieder "init" lua function —> "onLoad" to make it clear that it is a user …
(edit) @6719   15 years rgrieder Fixed error reporting problem in LuaState.cc when parsing LuaStateInit.lua.
(edit) @6718   15 years rgrieder Moved BasicGUI.lua to GUISheet.lua and derived MenuSheet.lua as well …
(edit) @6717   15 years scheusso removing some includes
(edit) @6716   15 years scheusso removed some bindings to map
(edit) @6715   15 years scheusso removing map files
(edit) @6714   15 years scheusso creating map tag in order to ditch it
(edit) @6713   15 years dafrick Adjusted SpeedPickup such that the Engine is the actual PickupCarrier …
(edit) @6712   15 years dafrick Merged pickup_representation_templates into one. Merged pickups.oxi …
(edit) @6711   15 years dafrick Merged pickup4 branch back to trunk.
(edit) @6710   15 years dafrick Merged ppspickups2 branch into trunk.
(edit) @6709   15 years dafrick Merged ppspickups1 into trunk.
(edit) @6708   15 years dafrick Some cleanup.
(edit) @6707   15 years dafrick Found bug in PickupSpawner.
(edit) @6706   15 years dafrick Small adaptations in SpeedPickup.
(edit) @6705   15 years dafrick Minor cleanup.
(edit) @6704   15 years rgrieder "filename" —> "name" table entry for GUI sheets.
(edit) @6703   15 years dafrick Removed warning (and possible error, I'm not sure) in MultiStateEngine.
(edit) @6701   15 years dafrick Added a new health pickup.
(edit) @6700   15 years dafrick Rudimentary version of PickupInventory appears to be working now, …
(edit) @6699   15 years smerkli shit works xD
Note: See TracRevisionLog for help on using the revision log.