Glenn Maynard
823c8d3490
RageSurface_Load_XPM
2004-05-18 06:28:44 +00:00
Glenn Maynard
d6482a88df
RageSurface_Load_JPEG
2004-05-18 04:46:21 +00:00
Glenn Maynard
ae8f98a9de
RageSurface_Load_GIF
2004-05-18 03:14:35 +00:00
Glenn Maynard
c89032c83e
update
2004-05-17 04:01:25 +00:00
Chris Danford
2fc1035d32
add ScreenClearBookkeepingData, ScreenResetToDefaults
2004-05-16 22:58:05 +00:00
Glenn Maynard
e6e2e0b686
move crypto++ into the main project; this avoids the typical vc6/vc7 static
...
linking pains, and we don't need to have an extra precompiled library in
CVS. (We don't do this with libresample because it's LGPL.)
2004-05-14 22:13:44 +00:00
Chris Danford
d92c7150a8
fix file missing from VC6 project
2004-05-14 06:21:03 +00:00
Thad Ward
c7538dcbaf
remove MenuElements.* and add ScreenWithMenuElements.* in the VC6 project file.
2004-05-09 09:16:37 +00:00
Chris Danford
c7b7843ea0
fix VC6 compile
2004-04-25 09:20:17 +00:00
Chris Danford
68e2315224
move Course sorts to CourseUtil, add CourseID
2004-04-18 08:36:04 +00:00
Chris Danford
1920634135
move Song/Steps sorting into Song/StepsUtil.h/cpp
2004-04-18 07:34:37 +00:00
Glenn Maynard
cc25c2d3fd
update
2004-04-11 04:54:09 +00:00
Glenn Maynard
3a4737905f
remove ScreenRaveOptions
2004-04-10 01:43:10 +00:00
Chris Danford
08d952c9c4
add helper enum class
2004-04-07 20:50:24 +00:00
Chris Danford
d93f758024
do memory card write test in a separate thread
2004-04-07 01:18:11 +00:00
Glenn Maynard
4c1374aea9
remove unused TimingAssist
2004-03-27 00:16:48 +00:00
Chris Danford
910b378509
update VC6 project
2004-03-25 04:41:13 +00:00
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