Commit Graph
382 Commits
Author SHA1 Message Date
Chris Danford ca215bdc82 add ScreenTestLights 2004-03-23 06:33:01 +00:00
Chris Danford 31ae7c6fc0 fix VC6 compile error 2004-03-19 03:53:19 +00:00
Chris Danford 09e6b85f3b add ActiveAttackList 2004-03-17 06:01:17 +00:00
Charles Lohr a25514777a I have modified SM files to add network support.
I tested this under linux AND windows.
There should be no issues, if there is, feel free
to use AIM to IM me at CNLohr, or email me,
[email protected].

I modified the .dsp and Makefile.am only to add
networksyncmanager and ezsockets.

I added some startup code to stepmania.cpp,
so that if the user does not desire network support
none will be enabled.

Scorekeeper and screengameplay are modified
so that information can be sent to the server as
well as allowing the game sync to work.

Thanks.
2004-03-16 22:10:45 +00:00
Chris Danford b6bc1bf8ec add ScreenSetTime 2004-03-14 06:39:39 +00:00
Chris Danford 89a8adef59 add ScreenDownloadMachineStats 2004-03-14 02:45:49 +00:00
Thad Ward 88aadf4305 remove "itg" from the debug build's output exe name. 2004-03-11 02:33:32 +00:00
Chris Danford 7fe28a6dae add PerDifficulty and PeakCombo awards 2004-03-07 04:34:49 +00:00
Chris Danford 1851424be7 Move common time routines to TimeConstants*
add calorie tracking by day of year
2004-02-22 20:44:33 +00:00
Glenn Maynard d8ca7ddc90 update 2004-02-20 02:43:32 +00:00
Chris Danford 3906ea166f Profile HTML stats overhaul 2004-02-16 02:57:55 +00:00
Chris Danford 5cc79c5f2b create keypair on startup if one doesn't already exist 2004-02-15 05:45:18 +00:00
Chris Danford 3d69b6e0ec sign all files in a profile
make RageFile filters for use with Crypt++
2004-02-15 04:47:32 +00:00
Glenn Maynard 6de2f4b9e0 add lua stuff 2004-02-14 22:01:13 +00:00
Chris Danford 139a8a19d1 fix VC6 release include dirs 2004-02-14 18:19:38 +00:00
Chris Danford ba72d9e341 compile cryptlib files in the main project - not in a separate lib 2004-02-14 11:13:23 +00:00
Chris Danford c1daa4ca1b add cryptlib, update VC6 and VC7 projects 2004-02-14 09:53:07 +00:00
Glenn Maynard 1c1d305d88 arch_setup 2004-02-14 08:25:20 +00:00
Glenn Maynard 254e906b05 add libjpeg to include paths 2004-02-13 10:25:14 +00:00
Chris Danford ac8ede0a95 generate edit and continue data in VC6 debug Win32 build 2004-02-12 09:44:48 +00:00
Chris Danford 871a1a9c63 add JPEG screenshots 2004-02-12 06:49:13 +00:00
Andrew Livy fa7c70adf4 Conditional BGA System 2004-02-11 22:34:04 +00:00
Chris Danford 4f439be739 split HighScore to separate file
move score data from ProfileManager to Profile
store score data in XML for easier forward/backward compatibility
2004-02-10 09:42:01 +00:00
Chris Danford f1c2476a32 add XmlFile
working on moving high scores to XML
2004-02-09 08:10:01 +00:00
Chris Danford a47e7ef672 split Profile from ProfileManager 2004-02-08 18:25:30 +00:00
Chris Danford 4106625ad3 split Model into ModelGeometry and materials+animations
single-instance Model geometry
2004-02-08 09:04:23 +00:00
Chris Danford 9ed2742ebf fix wrong library conflict causes crash in vorbis reader (?) 2004-02-01 03:44:36 +00:00
Manu Evans 9bcb1a59a6 xbox fixes 2004-02-01 01:11:41 +00:00
Manu Evans 796cc43614 Still tryig to get xbox building..
Fixed up some preprocessor defines and added additional include paths to xbox config
2004-01-31 01:23:20 +00:00
Chris Danford bec296636e add SongCreditDisplay 2004-01-25 01:59:21 +00:00
Glenn Maynard d7dfdac6fc cleanup: remove plib from include paths 2004-01-17 05:49:49 +00:00
Manu Evans ce888de237 fixed some xbox build errors :/ 2004-01-17 05:21:24 +00:00
Chris Danford f7647ae391 add pre-parsing for ActorCommands (though not yet used in ThemeManager) 2004-01-10 20:34:18 +00:00
Chris Danford d088288d8b update project files 2004-01-07 04:43:55 +00:00
Glenn Maynard 5ef57a474b add foreground gameplay layer 2004-01-07 00:13:32 +00:00
Glenn Maynard bd9f9e1358 add RageFileDriverDirectHelpers 2004-01-06 05:39:49 +00:00
Chris Danford 7b67445a54 fix VC6 project and compile error 2004-01-06 03:52:41 +00:00
Chris Danford 523327b932 fix VC6 project 2004-01-04 03:20:38 +00:00
Chris Danford 97146abaaf clean up memory card logic 2004-01-03 03:42:40 +00:00
Chris Danford ef6987e3d2 no message 2003-12-29 03:52:45 +00:00
Chris Danford 4b3af8bd5c add note color support for Tap Addition 2003-12-29 03:51:15 +00:00
Chris Danford 2380638072 cleanup ScreenRanking
generalize scrolling lists with ListDisplay
2003-12-28 08:20:48 +00:00
Chris Danford e36b7e0120 generalize branching screens with ScreenBranch
Add ScreenRemoveMemoryCard
2003-12-24 20:29:26 +00:00
Chris Danford e3cc4e3ff5 cleanup Model, remove MathUtil files, fix col major/row major errors 2003-12-24 12:30:41 +00:00
Chris Danford 4ac936cfbf GrayArrow => ReceptorArrow
move ReceptorArrow metrics into NoteSkin
ReceptorArrow metrics, code cleanup
2003-12-22 10:30:10 +00:00
Chris Danford d0a6176e13 better memory card assignment logic, add memory card icons, more memory card sounds 2003-12-19 04:52:07 +00:00
David Wilson 61f64cfdb4 Moved Foot Ranking model to Steps.cpp 2003-12-18 20:35:46 +00:00
Glenn Maynard c1462d88f5 TimingData 2003-12-18 04:48:26 +00:00
Chris Danford 799a3062ca working on memory card detection for Windows 2003-12-18 03:59:44 +00:00
Glenn Maynard 1dd4cbe822 add DualScrollBar 2003-12-18 00:15:57 +00:00