aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UMain.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-12started to implement the new folder structure (like suggested in the wiki)f1fth_freed0m1-1/+1
2008-04-07- Removed lrs resource usage in linux. Resources are copied to /usr/share/res...tobigun1-182/+183
2008-04-06- removed (linux incompatible) PngImage. In addition it was rather outdated (...tobigun1-1/+1
2008-04-04Covers Cache rewrittenwhiteshark01-941/+935
2008-04-03rewriting of the txt file parsers_alexander1-1131/+1122
2008-03-31beep() removedtobigun1-5/+4
2008-03-26added "-debug" flag at run time and "CONSOLE" Define in switches.inc jaybinks1-37/+5
2008-03-25Fixed compilation on the mac.eddie-08151-1165/+1164
2008-03-21ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun1-3/+3
2008-03-21lenght -> lengthtobigun1-14/+14
2008-03-10Removed zlportio from Codef1fth_freed0m1-13/+21
2008-03-07Translated some Variablesf1fth_freed0m1-57/+57
2008-03-06add ini file option SDLBufferSize to set the buffersize for the sdl playback ...s_alexander1-40/+47
2008-03-06Translated Some Variablesf1fth_freed0m1-66/+66
2008-03-06Translated so Variable Namesf1fth_freed0m1-33/+33
2008-03-05Translated Variable Names and Typesf1fth_freed0m1-70/+70
2008-03-04removed overuse of DecimalSeperatorjaybinks1-1/+1
2008-03-03- Input now supports multiple SampleRates (not fixed to 44100Hz anymore)tobigun1-281/+343
2008-02-26[Alt+Return] enabledtobigun1-2/+3
2008-02-26tidy up from my previous commitjaybinks1-16/+16
2008-02-26added patch to toggle full screen with F11 jaybinks1-2/+21
2008-02-26Implemented resizable windowed mode..jaybinks1-1/+8
2008-02-22Linux fullscreen fixtobigun1-0/+2
2008-02-12UVisualizer uses the system dependant default game-path nowtobigun1-1/+3
2008-02-05mapping of keypad-enter to the return-key (for jonaspaulo and his dead key)tobigun1-1053/+1057
2008-02-05General:tobigun1-22/+13
2008-01-12bunch of smaller changes...jaybinks1-39/+47
2008-01-11SDL_Init(SDL_INIT_AUDIO) prevents Portaudio from acquiring the soundcard (no ...tobigun1-1/+1
2007-12-22fixed screenshot problemb1indy1-1/+1
2007-12-20made USDX function when file paths differ from previous expectations..jaybinks1-12/+24
2007-12-18git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@719 b956fd51-792f-4...jaybinks1-2/+5
2007-12-07little bit of tidy up..jaybinks1-1/+4
2007-12-05- Sound-Device initialization was moved from URecord to the specific Audio-In...tobigun1-21/+20
2007-11-20Removed Windows.pas includeeddie-08151-3/+0
2007-11-20Changed Platform from Interface to Class.eddie-08151-50/+5
2007-11-08Added UPlatform.pas. This should be the first step to move the simple platfor...eddie-08151-3/+0
2007-11-05Mac OS X: We're getting closer! Songs get loaded. Sound is playing on the Sin...eddie-08151-1/+1
2007-11-04Partymodule finished.whiteshark01-23/+8
2007-11-03Mac OS X: Added unit cthreads. USDX now runs on OS X! But you can't do anythi...eddie-08151-0/+3
2007-11-02Fixed GamePath for Mac OS X.eddie-08151-0/+24
2007-11-02Fixed MacOSX version. Can we use baseunix on linux? We could drop oldlinux th...eddie-08151-1/+0
2007-11-02Runtime Song Additionjaybinks1-0/+1
2007-11-02basic threading of song loading..jaybinks1-278/+270
2007-11-01fixed failed buildsjaybinks1-2/+6
2007-11-01Windows version now compiles again.eddie-08151-1/+4
2007-11-01Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08151-5/+270
2007-10-25minor changes and fixes for USDX on linux.jaybinks1-1/+6
2007-10-11Added IAudioPlayback Interface and implementation for BASS.jaybinks1-2/+2
2007-10-11modified UTime to utilise SDL timer... jaybinks1-1/+15
2007-10-02Fixed linux compilation.jaybinks1-791/+793