Commit Graph

10970 Commits

Author SHA1 Message Date
Chris Danford 6130b66188 better encapsulation of DateTime object 2004-07-12 06:39:13 +00:00
Chris Danford e075fdf388 add missing files 2004-07-12 06:36:10 +00:00
Chris Danford d412ab055d name cleanup: NotesType -> StepsType 2004-07-12 02:19:24 +00:00
Chris Danford 6001123924 fix catalog.xml has wrong names for CourseDifficulties
print StepsTypesToShow in catalog.xml
2004-07-12 02:15:29 +00:00
Chris Danford 9af12628a9 weight all Steps and Trails evenly in PercentComplete calculation so there's more incentive to play easy Steps. 2004-07-12 00:10:28 +00:00
Chris Danford a4032715f5 add meter to catalog.xml 2004-07-12 00:09:15 +00:00
Chris Danford bb0c681dd5 fix RecentCourseScore saving 2004-07-11 23:17:01 +00:00
Glenn Maynard d5fd592dcc fix "hoshi no umi kaze no yume" for real 2004-07-11 21:52:16 +00:00
Glenn Maynard 72640b7f6c updates 2004-07-11 21:15:55 +00:00
Glenn Maynard d3d49ee7ff bump cache 2004-07-11 21:12:37 +00:00
Glenn Maynard 81e024430c update 2004-07-11 21:11:23 +00:00
Glenn Maynard 4f36f2cfd7 TM5 stuff: tsuyoizo hoshi no senshi, Guri Guri, Miyagawa Akira,
fix "hoshi no umi kaze no yume"
2004-07-11 21:10:53 +00:00
Glenn Maynard 1bbe0246f7 revert formatting change 2004-07-11 18:49:21 +00:00
Adam Lowman 185a528534 UDP Support 2004-07-11 15:52:46 +00:00
Chris Danford 3d1bb5b97a save radar values in Catalog.xml
change Course to have the same title names as Song
2004-07-11 10:02:38 +00:00
Chris Danford 501917fd63 remove dead metrics 2004-07-11 07:28:13 +00:00
Chris Danford 96ca652c94 move RadarValues into a separate file
clean up usage of RadarValues
2004-07-11 07:21:33 +00:00
Glenn Maynard 5f58c7e2cf save scores in event mode when no profile is enabled, to avoid confusion 2004-07-11 05:21:19 +00:00
Glenn Maynard 5e20cb4cf4 cleanup 2004-07-11 05:19:37 +00:00
Glenn Maynard a70c0182cf don't CapitalizeAllOptionNames here; it pushes the speed line over 2004-07-11 05:11:30 +00:00
Chris Danford 6edf35a784 add support for parsing meta tags 2004-07-11 04:06:59 +00:00
Glenn Maynard 6c1fed2b29 fix illegal aliasing 2004-07-11 03:50:52 +00:00
Chris Danford ecedac015a fix options screen doesn't correctly import selected trail if only 1 player joined 2004-07-11 02:44:42 +00:00
Chris Danford 059dfb6ae2 remove html saving options (because the html writer is gone) 2004-07-11 02:24:32 +00:00
Chris Danford c301e1eb83 remove Stats.html
add XML stylesheet for Stats.xml
2004-07-11 01:58:55 +00:00
Glenn Maynard ec2ed49e2f name player, OniGameOver 2004-07-10 18:37:39 +00:00
Charles Lohr 2eb9be6f19 Added Para Versus Gametype. 2004-07-10 18:22:26 +00:00
Steve Checkoway 904cc166cf update 2004-07-09 00:51:20 +00:00
Steve Checkoway e1163df683 Fix off by one crash. I meant to commit this days ago. 2004-07-09 00:49:26 +00:00
Kevin Slaughter ea8833bf1c Weeder Technologies WTDIO-M now fully functioning. 2004-07-08 11:46:20 +00:00
Glenn Maynard 105b87aa9f error check 2004-07-08 01:58:53 +00:00
Glenn Maynard 1b4f84d977 update 2004-07-08 00:14:57 +00:00
Glenn Maynard 94d0cba859 RageSounds -> GameSoundManager 2004-07-08 00:10:34 +00:00
Glenn Maynard 1b3425ea94 renaming RageSounds -> GameSoundManager; it's not low-level 2004-07-08 00:03:35 +00:00
Glenn Maynard f670274570 comment 2004-07-07 22:41:01 +00:00
Glenn Maynard bb2c7f6bae fix Actor depending on GAMESTATE 2004-07-07 21:17:47 +00:00
Glenn Maynard 955ca87876 cleanup 2004-07-07 20:17:07 +00:00
Glenn Maynard b739866e7d update 2004-07-07 20:14:13 +00:00
Glenn Maynard 396badb225 move some stuff out of arch.cpp 2004-07-07 20:12:21 +00:00
Glenn Maynard e47f331924 move some stuff out of arch.cpp, so arch drivers aren't all cross-dependent 2004-07-07 20:11:30 +00:00
Glenn Maynard f62ed09cd3 give an error message instead of an assertion if ScreenSelectDifficulty
metrics are wrong
2004-07-07 20:01:22 +00:00
Glenn Maynard 6e98197c49 compile fix when WITHOUT_NETWORKING 2004-07-07 19:32:09 +00:00
Glenn Maynard 27e6cb0cf9 fix more warnings 2004-07-07 19:28:32 +00:00
Glenn Maynard ca4a06a850 only use ntoh*/hton* for filling in BSD sockets data structures; use our
own byte swaps for other use
more type fixes
2004-07-07 19:24:09 +00:00
Glenn Maynard f0988ea8f4 stop casting to void* 2004-07-07 19:20:51 +00:00
Glenn Maynard d77e42115c stop making wrong assumptions about the size of "short" and "int" 2004-07-07 19:19:48 +00:00
Glenn Maynard e7894a86c7 fix warning 2004-07-07 19:18:26 +00:00
Glenn Maynard 12f1372843 fix secondary controller mappings 2004-07-07 00:30:18 +00:00
Charles Lohr b08377016e Font metric used by every EZ2 Select Music Screen based gametype. 2004-07-06 18:07:58 +00:00
Steve Checkoway 3ef81e2510 Fix memory leak. (Is there a reason to make those pointers rather than just use &?). connect(2) returns 0 on success. select(2) returns the number of descriptors that can be read/written/have OOB data (which is about all that error field is used for). It returns -1 on error. Also, a little style cleanup to make it fit with the rest of SM. 2004-07-04 21:30:49 +00:00