|
|
@6739
|
15 years |
rgrieder |
Applied background image changes to GSMainMenu.cc
|
|
|
@6738
|
15 years |
rgrieder |
Cosmetic changes in InputManager.
|
|
|
@6737
|
15 years |
rgrieder |
Background image of the GUI is now managed by GUIManager and kept in a …
|
|
|
@6736
|
15 years |
rgrieder |
All CEGUI calls that can execute Lua code should be protected against …
|
|
|
@6735
|
15 years |
rgrieder |
Removed getInstancePtr() from all Singletons.
Use "exists()" (check) …
|
|
|
@6733
|
15 years |
erwin |
Added some hacks, now the source is playing, but there are no …
|
|
|
@6732
|
15 years |
scheusso |
correcting initial speed of projectiles
|
|
|
@6731
|
15 years |
dafrick |
PickupCollection is broken for now because to make it work drastic …
|
|
|
@6730
|
15 years |
erwin |
Transfer changes again
|
|
|
@6729
|
15 years |
erwin |
Commit changes to transfer to netbook
|
|
|
@6728
|
15 years |
dafrick |
No more seg faults with pickups (at least that's what I hope. )
|
|
|
@6727
|
15 years |
scheusso |
HUDRadar now working again
|
|
|
@6726
|
15 years |
erwin |
Some more atempts to fix maybe it's platform specific…
|
|
|
@6725
|
15 years |
dafrick |
Resolved bug, that caused orxonox to crash whenever a level with …
|
|
|
@6724
|
15 years |
rgrieder |
svn:eol-style "native" for all text-based files.
|
|
|
@6723
|
15 years |
rgrieder |
Using /MP instead of /MP2 for MSVC. That way the number of processes …
|
|
|
@6722
|
15 years |
rgrieder |
Renamed showGUI and hideGUI to showMenuSheet and hideMenuSheet.
|
|
|
@6721
|
15 years |
rgrieder |
Fixed cross hair showing in in game menu.
|
|
|
@6720
|
15 years |
rgrieder |
"init" lua function —> "onLoad" to make it clear that it is a user …
|
|
|
@6719
|
15 years |
rgrieder |
Fixed error reporting problem in LuaState.cc when parsing LuaStateInit.lua.
|
|
|
@6718
|
15 years |
rgrieder |
Moved BasicGUI.lua to GUISheet.lua and derived MenuSheet.lua as well …
|
|
|
@6717
|
15 years |
scheusso |
removing some includes
|
|
|
@6716
|
15 years |
scheusso |
removed some bindings to map
|
|
|
@6715
|
15 years |
scheusso |
removing map files
|
|
|
@6714
|
15 years |
scheusso |
creating map tag in order to ditch it
|
|
|
@6713
|
15 years |
dafrick |
Adjusted SpeedPickup such that the Engine is the actual PickupCarrier …
|
|
|
@6712
|
15 years |
dafrick |
Merged pickup_representation_templates into one.
Merged pickups.oxi …
|
|
|
@6711
|
15 years |
dafrick |
Merged pickup4 branch back to trunk.
|
|
|
@6710
|
15 years |
dafrick |
Merged ppspickups2 branch into trunk.
|
|
|
@6709
|
15 years |
dafrick |
Merged ppspickups1 into trunk.
|
|
|
@6708
|
15 years |
dafrick |
Some cleanup.
|
|
|
@6707
|
15 years |
dafrick |
Found bug in PickupSpawner.
|
|
|
@6706
|
15 years |
dafrick |
Small adaptations in SpeedPickup.
|
|
|
@6705
|
15 years |
dafrick |
Minor cleanup.
|
|
|
@6704
|
15 years |
rgrieder |
"filename" —> "name" table entry for GUI sheets.
|
|
|
@6703
|
15 years |
dafrick |
Removed warning (and possible error, I'm not sure) in MultiStateEngine.
|
|
|
@6701
|
15 years |
dafrick |
Added a new health pickup.
|
|
|
@6700
|
15 years |
dafrick |
Rudimentary version of PickupInventory appears to be working now, …
|
|
|
@6699
|
15 years |
smerkli |
shit works xD
|
|
|
@6698
|
15 years |
smerkli |
ChatHistory is not being constructed, no idea why.
|
|
|
@6697
|
15 years |
jo |
boost feature added
|
|
|
@6696
|
15 years |
solex |
Master now limiting its formation size and revokes it with a …
|
|
|
@6695
|
15 years |
solex |
master now lists slaves
|
|
|
@6694
|
15 years |
ebeier |
added some speedpickup templates
|
|
|
@6693
|
15 years |
smerkli |
questions resolved, ready for in-game testing.
|
|
|
@6692
|
15 years |
jo |
some bugs removed, with friendlyfire option
|
|
|
@6691
|
15 years |
kolibri7 |
implementing the XMLPort function for LoD; getting some erreors from gcc…
|
|
|
@6690
|
15 years |
smerkli |
Few changes before the questions, completing doxy stuff.
|
|
|
@6689
|
15 years |
benedict |
fixed some issues with the templates
|
|
|
@6688
|
15 years |
smerkli |
Completed and tested the code as far as I could, now preparing questions.
|
|
|
@6686
|
15 years |
jo |
first version- not playable yet
|
|
|
@6685
|
15 years |
benedict |
created small, medium and huge invisibility pickup tempaltes
|
|
|
@6684
|
15 years |
benedict |
minor changes in intendation & commenting
|
|
|
@6683
|
15 years |
solex |
master/slave behavior enhancments
|
|
|
@6682
|
15 years |
smerkli |
added chatlistener method for debugging (ChatListener.cc)
|
|
|
@6681
|
15 years |
ebeier |
added svn:eol-style native
|
|
|
@6679
|
15 years |
dafrick |
Fixed annoying bug in PickupInventory (typos ), use and drop …
|
|
|
@6677
|
15 years |
scheusso |
this removes problems with the HUDSpeedBar on some machines (by …
|
|
|
@6676
|
15 years |
rgrieder |
Removed some msvc float warnings.
|
|
|
@6675
|
15 years |
dafrick |
Lua bugs fixed.
Renamed name and description in PickupRepresentation …
|
|
|
@6674
|
15 years |
erwin |
A few new tries to fix the sound problem: no success
|
|
|
@6673
|
15 years |
gionc |
First version of SkyboxGenerator
|
|
|
@6671
|
15 years |
rgrieder |
Added Tools.lua and moved 'find' in InitialiseGUI.lua to …
|
|
|
@6670
|
15 years |
rgrieder |
Lua errors in 'doFile', 'includeFile' or 'require' should not be …
|
|
|
@6669
|
15 years |
dafrick |
Committing recent changes in PickupInventory, to be able to try out …
|
|
|
@6667
|
15 years |
rgrieder |
Found the darn bug!
The Lua error handling function may have been …
|
|
|
@6666
|
15 years |
rgrieder |
Fixed problem that can occur when BasicGUI cannot be loaded.
|
|
|
@6665
|
15 years |
rgrieder |
Fixed problems with the return value of require()
|
|
|
@6664
|
15 years |
rgrieder |
svn:eol-style "native" for all text based files.
|
|
|
@6663
|
15 years |
rgrieder |
svn:eol-style "native" for all text based files.
|
|
|
@6662
|
15 years |
rgrieder |
Merged revisions 6621-6661 to gamestates2.
|
|
|
@6661
|
15 years |
rgrieder |
Fixed Lua stack trace output if Debugger could not be started.
|
|
|
@6660
|
15 years |
rgrieder |
Improved Lua error handling: Clearer messages and debugger hook.
So, …
|
|
|
@6659
|
15 years |
rgrieder |
Use "P." instead of "P:" when using our sheets as objects, not …
|
|
|
@6658
|
15 years |
rgrieder |
Restructured InitialiseGUI.lua a little bit. Also sorted out cursor …
|
|
|
@6657
|
15 years |
rgrieder |
Implemented indirect function calls for input events. It simply means …
|
|
|
@6656
|
15 years |
rgrieder |
Moved InputStatePriority from InputState.h to InputPrereqs.h
|
|
|
@6655
|
15 years |
rgrieder |
Fixed a bug in LuaState that caused Lua Debugger to malfunction when …
|
|
|
@6653
|
15 years |
rgrieder |
svn:eol-style "native" for all text based files.
|
|
|
@6652
|
15 years |
rgrieder |
svn:eol-style "native" for all text based files.
|
|
|
@6649
|
15 years |
smerkli |
Minor commenting.
|
|
|
@6648
|
15 years |
ebeier |
|
|
|
@6647
|
15 years |
ebeier |
|
|
|
@6646
|
15 years |
benedict |
test 1
|
|
|
@6645
|
15 years |
ebeier |
a svn test
|
|
|
@6644
|
15 years |
smerkli |
Added initial chathistory cc file and header. Very basic, still, and …
|
|
|
@6643
|
15 years |
ebeier |
engine stripes now working correctly
|
|
|
@6642
|
15 years |
benedict |
added 2 files (pickup definitions)
|
|
|
@6641
|
15 years |
benedict |
Invisibility works. Timer for invi works.
|
|
|
@6640
|
15 years |
solex |
first bot master/slave behavior
|
|
|
@6639
|
15 years |
edwind |
adding ogre bsp plugin
|
|
|
@6637
|
15 years |
smerkli |
Removed ChatBox and CEGuiSample from CMakeLists.txt
|
|
|
@6636
|
15 years |
smerkli |
Added CEGuiSample.cc for testing of Chatbox class
|
|
|
@6635
|
15 years |
scheusso |
ChatBox.cc compiles fine now
|
|
|
@6634
|
15 years |
smerkli |
ChatBox Changes, DemoSample correctly named ChatBox now
|
|
|
@6633
|
15 years |
scheusso |
some adjustments (tabs to spaces, etc.)
|
|
|
@6632
|
15 years |
dafrick |
Working towards a functioning PickupInventory.
|
|
|
@6631
|
15 years |
sfluecki |
damit semi alles hat
|
|
|
@6630
|
15 years |
rgrieder |
Added Strict.lua: When activated with require("Strict"), it will check …
|
|
|
@6629
|
15 years |
rgrieder |
Fixed LuaState::doFile return value issue.
|
|
|