Commit Graph
10263 Commits
Author SHA1 Message Date
Steve Checkoway eadbac36c8 Bah, revert. It was already correct, just so terse, I thought it was spewing gibberish 2004-05-30 22:44:03 +00:00
Steve Checkoway 23b656c7c0 Fix assert 2004-05-30 22:34:49 +00:00
Chris Danford af8735c00c convert some Sprites to AutoActors 2004-05-30 21:34:42 +00:00
Glenn Maynard 70ff76babe fix typo 2004-05-30 03:04:27 +00:00
Chris Danford e22ce6db20 fix compile errors 2004-05-30 02:22:38 +00:00
Glenn Maynard 62e665f333 warn about known bad driver versions 2004-05-29 23:21:37 +00:00
Glenn Maynard 35262ddc9a update 2004-05-29 23:19:42 +00:00
Glenn Maynard c90d2369b8 cleanup 2004-05-29 23:17:01 +00:00
Glenn Maynard 6ef96a3478 move some Windows build junk out of the top directory 2004-05-29 23:16:22 +00:00
Glenn Maynard 5ef80799c9 move some Windows build junk out of the top directory
cleanups while moving things: StepMania.ICO -> StepMania.ico,
StepMania.RC -> WindowsResources.rc, resource.h -> WindowsResources.h,
error.bmp -> DialogCrashHeader.bmp, error2.bmp -> DialogErrorHeader.bmp
2004-05-29 23:15:18 +00:00
Glenn Maynard fea6910c9d add "old driver" dialog 2004-05-29 22:51:25 +00:00
Glenn Maynard c7971212b2 simpler AppInstance use 2004-05-29 22:48:53 +00:00
Glenn Maynard 3bb4f0f647 fix comment 2004-05-29 22:30:08 +00:00
Glenn Maynard af504f9e3b make all dialog types work with no display 2004-05-29 22:28:27 +00:00
Thad Ward 93ad9fbe3e unneeded header. 2004-05-29 21:56:13 +00:00
Glenn Maynard f5e3a42d88 cleanup, license update 2004-05-29 20:57:48 +00:00
Glenn Maynard 01970b2eb2 accept "Condition" 2004-05-29 20:18:51 +00:00
Glenn Maynard 5bb3d0f72b fix crashes on reload and cleanup 2004-05-29 20:15:07 +00:00
Thad Ward 16c2050112 if we were run with parameters, log them. 2004-05-29 19:18:31 +00:00
Chris Danford 9deee95f5f remove unused variable 2004-05-29 08:15:39 +00:00
Chris Danford d4eaab5ad4 Split balloon commands into On, Off, Show, Hide 2004-05-29 05:35:13 +00:00
Chris Danford 2fab068fe4 fix DifficultyList colors not properly set when scrolling over Roulette 2004-05-29 04:55:00 +00:00
Chris Danford 6ad780417e "SetFromNotes" -> "SetFromSteps" 2004-05-29 04:50:47 +00:00
Chris Danford fc17a8cd12 refer to all elements by choice name, not number 2004-05-29 04:06:57 +00:00
Chris Danford 3590ff94ff refer to all elements by choice name, not number 2004-05-29 04:01:19 +00:00
Glenn Maynard 0e79b30cad cleanup 2004-05-28 06:59:14 +00:00
Chris Danford 94c551bf0e reduce MAX_PLAYER_STATS_XML_SIZE_BYTES 2004-05-28 05:58:35 +00:00
Chris Danford aee70ad0cc only keep top 3 scores in players' stats.xml to keep the file size small 2004-05-28 04:46:43 +00:00
Chris Danford 58439b1ed8 increase max reasonable stats.xml file size
do size checking only on player supplied stats.xml.  Trusting the machine's data is ok.
2004-05-28 04:32:24 +00:00
Chris Danford c711c8aa33 name cleanup: ProfileStatsHtml -> PlayerStatsHtml 2004-05-28 04:17:56 +00:00
Chris Danford 5a2b6aa218 add doxygen and launch script 2004-05-28 04:15:35 +00:00
Glenn Maynard 6d0b244ba9 palettize some images that fit losslessly 2004-05-27 23:33:15 +00:00
Glenn Maynard 856edd55bb stop linking against libSM and libICE 2004-05-27 23:03:23 +00:00
Glenn Maynard 774f00e049 oops, forgot to commit this a long time ago 2004-05-27 20:49:15 +00:00
Chris Danford 6a82d3c5a0 add judge counts to HighScore. Will this make Stats.xml too big? 2004-05-27 07:59:46 +00:00
Chris Danford 398865a5ec fix "Profile's LastSong isn't initially selected" 2004-05-27 07:59:04 +00:00
Glenn Maynard 4ac0eb38ae fix edits causing malformed DWI tags to be written 2004-05-27 06:39:20 +00:00
Chris Danford a6ebc41e10 fix VC6 internal compiler error 2004-05-27 05:35:10 +00:00
Glenn Maynard b1a320fc95 Linuxthreads (pre-NPTL) sigaltstack is broken even if we're in 2.6. 2004-05-27 04:57:15 +00:00
Glenn Maynard dbef3cc14f export UsingNPTL 2004-05-27 04:56:09 +00:00
Glenn Maynard b1b33f7db0 add opendir() error check to fix readdir() crash 2004-05-27 04:48:31 +00:00
Glenn Maynard 6ec5593cbe fix static.ini not overriding stepmania.ini 2004-05-27 02:54:32 +00:00
Glenn Maynard a7d244fd9c fix time not being saved to hwc 2004-05-27 02:41:48 +00:00
Glenn Maynard b8c4c6abcc don't adjust time during rendering; it causes ugly glitches in the BGM
and effects as RageTimer tries to compensate for the wildly changing
time
2004-05-27 01:05:14 +00:00
Glenn Maynard 85992e6657 enable players, to fix FirstRunInitialScreen use.
call SortByDrawOrder
don't play ChangeSelection when moving down from the last row
fix aliasing problems
2004-05-27 00:48:34 +00:00
Glenn Maynard f9a6d8857c split out GetPortAndLevelFromSerial (currently unused) 2004-05-27 00:12:31 +00:00
Glenn Maynard 2493ab80e7 improve output 2004-05-27 00:10:57 +00:00
Glenn Maynard 364a061b87 add enum_add template 2004-05-27 00:08:52 +00:00
Steve Checkoway 6c1b56e212 Shut the warning up 2004-05-26 20:52:42 +00:00
Glenn Maynard f0cf6dfb35 remove some more binaries 2004-05-26 15:29:47 +00:00