Commit Graph
11889 Commits
Author SHA1 Message Date
Glenn Maynard ae789543df we don't use LoadingWindow_SDL in Windows 2004-09-17 05:30:59 +00:00
Glenn Maynard 75ab801f8a this is in SDLx-0.02 now 2004-09-17 05:23:52 +00:00
Glenn Maynard 5823cd06a1 debug 2004-09-17 04:07:33 +00:00
Glenn Maynard 00b2d18a8e show thread names in the VC debugger 2004-09-17 02:36:04 +00:00
Glenn Maynard fcfaa2a303 set up g_ThreadSlots[slot].id before calling MakeThisThread so it can
use RageThread::GetCurThreadName()
2004-09-17 02:34:34 +00:00
Glenn Maynard 575727fd46 minor fix 2004-09-17 01:52:17 +00:00
Glenn Maynard 971279f1af Fix (more) character model rendering artifacts when a freeze segment
lies on beat 0: m_pTempGeometry was not being set up
2004-09-17 01:32:57 +00:00
Charles Lohr 928a3d42f8 Cleanup -- it doesn't really matter. 2004-09-17 00:28:38 +00:00
Glenn Maynard 3fdb5a7b9c fix comment 2004-09-16 22:53:40 +00:00
Glenn Maynard 338ab88e4f fix ScreenManager stuff not being reloaded on theme change and F2 2004-09-16 22:45:55 +00:00
Glenn Maynard 3b74066091 warnings 2004-09-16 22:07:45 +00:00
Glenn Maynard 1b82495f93 s/ReloadCommonSounds/ThemeChanged/ 2004-09-16 22:05:24 +00:00
Charles Lohr c9be7aafca Fix: Don't make force start crash other players. 2004-09-16 21:50:21 +00:00
Glenn Maynard abc84e9594 cleanup 2004-09-16 21:40:27 +00:00
Glenn Maynard cd61a9fd27 fix SDL_VIDEODRIVER not being set for SDL loading windows 2004-09-16 21:32:14 +00:00
Glenn Maynard 51a259c6a5 log SDL_GetAppState 2004-09-14 19:05:53 +00:00
Glenn Maynard 2d0df6837b fix diagnostics 2004-09-14 04:59:19 +00:00
Josh Allen 1b716b4a93 Fixed iterator bug. 2004-09-14 04:39:55 +00:00
Glenn Maynard fefe7bad49 fix thread handles on win9x 2004-09-14 04:39:52 +00:00
Glenn Maynard ee0ac7ac11 fix GTK window not being centered 2004-09-13 23:39:33 +00:00
Charles Lohr 26913ee5dc Fix: Autogen issues with Ez2. 2004-09-13 15:08:57 +00:00
Steve Checkoway 029e7a1af3 Fix path. 2004-09-13 12:48:32 +00:00
Steve Checkoway 94cd32990e update 2004-09-13 12:34:44 +00:00
Glenn Maynard 7590770659 Fix "halfdouble". (Heavily-used feature: nobody noticed this bug
for over a year.  :)
2004-09-13 08:47:22 +00:00
Glenn Maynard 0407093413 Intel 82845G: use bSmoothLines 2004-09-13 08:08:43 +00:00
Glenn Maynard 66b17e5ef2 fix legacy songs not showing background at end, but still allow new
songs to not have it
2004-09-13 08:00:34 +00:00
Glenn Maynard 70ed8fdfdc OSC3 part 3 2004-09-13 06:52:59 +00:00
Glenn Maynard 61d578e738 bump 2004-09-13 06:52:14 +00:00
Glenn Maynard 175345271e fix double-width slash 2004-09-13 06:19:32 +00:00
Glenn Maynard e4f67a8071 Save some options that make the game easier. They don't have the
"crazy options for last song" problem, and they're useful; some people
don't like mines, some people don't want to hurt their hands playing with
quads, etc.  (I'm not sure if there's any point to saving NoJumps, but
it doesn't seem to matter.)
2004-09-13 04:55:15 +00:00
Steve Checkoway 2279d9ba2c Oops, missed one. 2004-09-13 04:45:36 +00:00
Steve Checkoway 563ddf76e4 Simlify 2004-09-13 04:38:50 +00:00
Steve Checkoway 3dc17a7804 Add virtual dtor, fix init order, const fixes, add operator const T& so you can use the preference exactly like its type. 2004-09-13 04:37:38 +00:00
Chris Danford 4a08923844 add missing file 2004-09-13 04:27:52 +00:00
Chris Danford 825c972bf5 make LogFPS a self-registering pref 2004-09-13 03:58:39 +00:00
Glenn Maynard 36a2a876ff fix p2 back 2004-09-13 03:22:33 +00:00
Josh Allen 96e791ee31 Opps, fixed > in ServerStop 2004-09-12 22:17:44 +00:00
Josh Allen 8330c1879f Changed CheatCheck to CheckLowerJudge that will simply tell players who is using lower
judging. Still need to figure out how to use Stepmania's judging function for this
 instead of my own window/offset comparison.
 Server now handles client connections dynamically.
2004-09-12 22:08:57 +00:00
Chris Danford 66246afeb7 add pref bLogFPS 2004-09-12 18:14:39 +00:00
Josh Allen 30f1643741 Definate step IDs. 2004-09-12 17:22:39 +00:00
Josh Allen 2dd419a751 Fixed banned IPs method. 2004-09-12 15:23:34 +00:00
Josh Allen a1d5bbb321 Removed = operator. Fixed method of obtaining address. 2004-09-12 15:20:45 +00:00
Charles Lohr fe57e3fb7f Fix WITHOUT_NETWORKING 2004-09-12 06:56:06 +00:00
Steve Checkoway 6b934144a8 Fix warning 2004-09-12 06:40:42 +00:00
Chris Danford d2a54cca31 make TapNote a struct. Over time, more properties will move from the enums and into bit flags. 2004-09-12 05:56:24 +00:00
Charles Lohr bc38866cda Oops... That doesn't compile, does it? 2004-09-12 05:34:05 +00:00
Josh Allen 2b08a4943d Fix cheat check with OK steps. 2004-09-12 05:34:02 +00:00
Charles Lohr eee53e1a35 Fix: Ignore song up/low case. 2004-09-12 05:25:59 +00:00
Josh Allen 1d3d95abd1 Added JudgeWindow cheat check. Fixed hang when some
players are using /have and host starts
 with Ctrl+Enter.
2004-09-12 04:42:57 +00:00
Josh Allen 1a17a0a627 Added server commands (/list, etc...) 2004-09-11 17:18:50 +00:00