|
|
@6048
|
15 years |
scheusso |
ESC handling in ingame menu: if theres already an opened GUI sheet …
|
|
|
@6047
|
15 years |
rgrieder |
Forgot to set the internal activity properties of the GameStates.
|
|
|
@6046
|
15 years |
youngk |
Made a big change to the sound system: Implemented cross-fading for …
|
|
|
@6045
|
15 years |
wirthmi |
First implementation of direction shooting.
|
|
|
@6044
|
15 years |
rgrieder |
Small fixes in IOConsole, ConfigFileManager and msvc compile flags.
|
|
|
@6043
|
15 years |
rgrieder |
Removed GameStates IOConsole, Dedicated and DedicatedClient because …
|
|
|
@6041
|
15 years |
rgrieder |
Fixed config value naming problem with the soft debug levels.
|
|
|
@6037
|
15 years |
rgrieder |
Redirected std::cout to a stringstream object in the IOConsole. —> …
|
|
|
@6036
|
15 years |
scheusso |
some changes to make GUI showing/hiding with possible coverage of …
|
|
|
@6034
|
15 years |
rgrieder |
Fixed program termination segfault
|
|
|
@6033
|
15 years |
wirthmi |
Added the ability to raytrace on fire to find the object to user wants …
|
|
|
@6032
|
15 years |
scheusso |
partially working hiding
|
|
|
@6031
|
15 years |
youngk |
Implemented automatic ambient sound file path fetch according to …
|
|
|
@6025
|
15 years |
scheusso |
deleting ingamemenu branch
|
|
|
@6024
|
15 years |
scheusso |
merged ingamemenu branch to menu branch
|
|
|
@6023
|
15 years |
scheusso |
clean cursor handling in GUIManager/lua code
change in output level of …
|
|
|
@6022
|
15 years |
dafrick |
Adujusted MainMenu to properly work with the changed InitialiseGUI script.
|
|
|
@6020
|
15 years |
scheusso |
fixed an issue with the OS/CEGUI mouse pointer
|
|
|
@6019
|
15 years |
scheusso |
Added return to Game button to InGameMenu
MainMenu button now requests …
|
|
|
@6018
|
15 years |
scheusso |
first version of the InGameMenu (return to main menu doesn't include …
|
|
|
@6017
|
15 years |
rgrieder |
Fix in Shell: No string in outputLines_ should contain '\n'.
|
|
|
@6016
|
15 years |
rgrieder |
Removed console from GSDedicated and GSDedicatedClient.
|
|
|
@6015
|
15 years |
rgrieder |
IOConsole cleanup and added ConsoleWriter to the OutputHandler so that …
|
|
|
@6014
|
15 years |
rgrieder |
IOConsole: More line wrapping fixes
|
|
|
@6013
|
15 years |
rgrieder |
IOConsole: Resolved flickering problem and moved status line below …
|
|
|
@6012
|
15 years |
scheusso |
small build fix
|
|
|
@6011
|
15 years |
rgrieder |
Fixed funny looking ini-files and an annoying cout.
|
|
|
@6010
|
15 years |
rgrieder |
Sorted out some small stuff in the Shell and hopefully fixed IOConsole …
|
|
|
@6009
|
15 years |
adrfried |
fixed usage of size_t in printf
|
|
|
@6008
|
15 years |
adrfried |
include fixed
|
|
|
@6007
|
15 years |
rgrieder |
Fixed IOConsole partly and fixed two problems in PathConfig and …
|
|
|
@6006
|
15 years |
scheusso |
that's probably more what you intended …
|
|
|
@6005
|
15 years |
scheusso |
gcc didn't like the old version
|
|
|
@6004
|
15 years |
rgrieder |
De-singletonised Shell so that both consoles have their own Shell …
|
|
|
@6003
|
15 years |
dafrick |
Implemented support for multiple simultaniously showing GUIs. What …
|
|
|
@6001
|
15 years |
wirthmi |
Added a crosshair overlay.
|
|
|
@6000
|
15 years |
rgrieder |
Resolved a bug causing the static initialisation of the OutputHandler …
|
|
|
@5999
|
15 years |
scheusso |
creating new ingamemenu branch
|
|
|
@5998
|
15 years |
rgrieder |
Build fixes for IOConsole (can't test that on Windows…)
|
|
|
@5997
|
15 years |
scheusso |
moving recent tutorial branch to tags
|
|
|
@5996
|
15 years |
rgrieder |
Changed order of declaration/definition in OutputHandler.
|
|
|
@5995
|
15 years |
rgrieder |
Committing some unstable changes to the IOConsole for testing purposes.
|
|
|
@5994
|
15 years |
rgrieder |
Changed Output concept a little bit to allow for more general use. …
|
|
|
@5993
|
15 years |
scheusso |
Changed input of NewHumanController from InputListener to normal …
|
|
|
@5992
|
15 years |
rgrieder |
Small stuff, mostly spelling mistakes.
|
|
|
@5991
|
15 years |
rgrieder |
Replaced the load of macros in Debug.h with just two, doing almost …
|
|
|
@5986
|
15 years |
scheusso |
added a new feature to the IOConsole: you can now search the history …
|
|
|
@5985
|
15 years |
scheusso |
KEY HOME and END now also work on my laptop
|
|
|
@5984
|
15 years |
rgrieder |
Fixed bug in InputManager that occurred when entering and leaving (or …
|
|
|
@5983
|
15 years |
rgrieder |
IOConsole basically working though there are some unresolved issues …
|
|
|
@5982
|
15 years |
youngk |
Ambient Sounds are now locationally triggerable, i.e if the player …
|
|
|
@5981
|
15 years |
wirthmi |
Made NewHumanController an InputHandler so we can control the crosshair.
|
|
|
@5979
|
15 years |
wirthmi |
Added and activated new controller called NewHumanController.
|
|
|
@5975
|
15 years |
rgrieder |
Escape key should work as well now in the IOConsole input.
And fixed …
|
|
|
@5974
|
15 years |
rgrieder |
Fixed low fps problem when the console is running (removed timeout …
|
|
|
@5973
|
15 years |
rgrieder |
Input part of the IOConsole should be working (at least with SSH on …
|
|
|
@5972
|
15 years |
rgrieder |
Trivial build fixes
|
|
|
@5971
|
15 years |
rgrieder |
Svn:eol-style "native" (Tortoise gone completely mad…)
|
|
|
@5970
|
15 years |
rgrieder |
And what the hell ever happened here.
Adding missing file.
|
|
|
@5969
|
15 years |
rgrieder |
Small stuff:
- Using a reference to the Shell in InGameConsole
- …
|
|
|
@5968
|
15 years |
rgrieder |
Basic construct of an IOConsole for Unix, using Oli's console from …
|
|
|
@5962
|
15 years |
rgrieder |
Fixed sound reloading problem. The solution was in fact to first stop …
|
|
|
@5957
|
15 years |
erwin |
Found another output withourt 'Sound:' prefix
|
|
|
@5956
|
15 years |
youngk |
Implemented Mood functionality plus the ability to change the …
|
|
|
@5954
|
15 years |
youngk |
Bug Fix: SoundBase. The old sound file is now automatically unloaded …
|
|
|
@5953
|
15 years |
dafrick |
Made DroppedItem inherit from PickupSpawner. Also minor changes in …
|
|
|
@5952
|
15 years |
cmueri |
reapplying changes made to trunk (5951)
|
|
|
@5948
|
15 years |
rgrieder |
Creating branch to work on pawn steering.
|
|
|
@5947
|
15 years |
rgrieder |
Merged pickup branch revisions to pickup2.
|
|
|
@5946
|
15 years |
rgrieder |
Reapplying erwin's changes from r5939.
|
|
|
@5945
|
15 years |
rgrieder |
Recreating console branch.
|
|
|
@5944
|
15 years |
rgrieder |
Recreating menu branch.
|
|
|
@5943
|
15 years |
rgrieder |
Recreating sound3 branch.
|
|
|
@5942
|
15 years |
dafrick |
New pickup branch.
|
|
|
@5941
|
15 years |
rgrieder |
Deleted recently created branches again (no compile on tardis)
|
|
|
@5939
|
15 years |
erwin |
Prefixed all debug output of the soundsubsytem with 'Sound:', makes it …
|
|
|
@5935
|
15 years |
dafrick |
Hopefully merged trunk successfully into pickup branch.
|
|
|
@5934
|
15 years |
rgrieder |
Creating branch to work on a always active IO-based console.
|
|
|
@5933
|
15 years |
rgrieder |
Creating branch for an game-paused menu.
|
|
|
@5932
|
15 years |
rgrieder |
Deleting branch again (emails just arrived…)
|
|
|
@5931
|
15 years |
rgrieder |
Creating branch for working on sounds.
|
|
|
@5930
|
15 years |
landauf |
created new sound branch
|
|
|
@5928
|
15 years |
rgrieder |
Fixed typo in a particle script.
|
|
|
@5927
|
15 years |
rgrieder |
Windows fix: Paths containing "fancy" stuff like '.' were not …
|
|
|
@5926
|
15 years |
scheusso |
more consistent client disconnection handling
|
|
|
@5925
|
15 years |
rgrieder |
Reapplied some of the changes that got reverted in the last commit …
|
|
|
@5924
|
15 years |
scheusso |
reverted r5911 partially and removed fallbackcamera
level scene now …
|
|
|
@5922
|
15 years |
landauf |
list of remaining objects after a level unloading
|
|
|
@5921
|
15 years |
scheusso |
build fix for linux
|
|
|
@5920
|
15 years |
scheusso |
something went wrong with one of my commits
|
|
|
@5919
|
15 years |
scheusso |
forgot to remove a debug line
|
|
|
@5918
|
15 years |
scheusso |
2 new console commands (startIOConsole, printObjects)
|
|
|
@5917
|
15 years |
scheusso |
missing parts of last commit
|
|
|
@5916
|
15 years |
scheusso |
some cleaning up in the network
more to come
|
|
|
@5915
|
15 years |
rgrieder |
Added CMake switch to disable multi-file compilations: DISABLE_COMPILATIONS
|
|
|
@5914
|
15 years |
rgrieder |
- Fixed missing includes
- Fixed non-world coordinate camera position …
|
|
|
@5913
|
15 years |
rgrieder |
Using the Camera position instead of the ControllableEntity position …
|
|
|
@5912
|
15 years |
rgrieder |
New feature: "keybind" without arguments de-binds a key. We couldn't …
|
|
|
@5911
|
15 years |
rgrieder |
Fixed CameraManager issue with the fallback scene by assigning each …
|
|
|
@5910
|
15 years |
rgrieder |
- Fixed force feedback output pollution problem in OIS.
- Fixed …
|
|
|