Commit Graph

11084 Commits

Author SHA1 Message Date
Charles Lohr 8bdc2d1ffb Tween out title and artist. 2004-07-24 03:29:45 +00:00
Glenn Maynard e804c28451 smaller buffer 2004-07-24 03:01:23 +00:00
Glenn Maynard e366586e36 cleanup 2004-07-24 02:02:01 +00:00
Glenn Maynard 69cf82de49 handle mono 2004-07-24 02:01:12 +00:00
Glenn Maynard 27243e074c working on variable channel count support (to allow preloading mono samples
in half memory, and to avoid redundant resampling in mono files)
2004-07-24 01:22:10 +00:00
Glenn Maynard 694a4d3e70 printint.c 2004-07-23 19:22:34 +00:00
Steve Checkoway 35ae6a5a68 Fix warnings about being declared extern yet initialized on the same line. 2004-07-23 07:49:20 +00:00
Glenn Maynard d4dd1b2a82 fix CString always being ~2k after ssprintf, even for ssprintf("%i", 1) 2004-07-23 05:51:14 +00:00
Chris Danford 6564a39a9e cache Trail RadarValues. There needs to be more coordination with Course's Trail cache though. 2004-07-23 05:28:41 +00:00
Chris Danford 27ece3ecbf fix "transform mods that last for a whole song in a course get applied twice"
fix "impossible to get 100% on a course that uses AddMines" by calculating RadarValues after applying mods
Trail::GetRadarValues needs to do caching.  Performance is bad.
2004-07-23 04:45:48 +00:00
Chris Danford 23cedc1b83 fix fallback metrics logic 2004-07-23 04:33:05 +00:00
Chris Danford 7a3e031c63 remove ThemeManager::ReloadMetricsIfNecessary 2004-07-23 04:26:22 +00:00
Glenn Maynard d0e67f9ffb get rid of ugly pointer typedefs 2004-07-23 02:27:37 +00:00
Glenn Maynard 6dc160f9de const fixes 2004-07-23 02:27:07 +00:00
Steve Checkoway b1af78b878 Use pre-increment on stl iterators. Post-increment first creates a copy. 2004-07-23 01:32:30 +00:00
Glenn Maynard 6a5acc1459 fix linker warning 2004-07-23 01:31:55 +00:00
Chris Danford ab479af3d3 force proper order of operations 2004-07-23 01:23:42 +00:00
Glenn Maynard 4a25d9629d update 2004-07-23 01:20:36 +00:00
Glenn Maynard f8cc7beb11 fix spurious warnings 2004-07-22 23:04:44 +00:00
Glenn Maynard 554d8fbdf9 move arch/Lights/LightsDriver_LinuxWeedTech.cpp into UNIX 2004-07-22 23:00:41 +00:00
Glenn Maynard 05bfef06fa fix compile 2004-07-22 22:19:14 +00:00
Glenn Maynard bd7eaf3f6c save memory by loading SMData from cache on demand 2004-07-22 21:02:07 +00:00
Thad Ward daff442724 prevent invalid values for CoinsPerCredit in the ini file from causing
problems, such as crashing SM.
2004-07-22 20:21:35 +00:00
Glenn Maynard 4311e89072 cleanup 2004-07-22 20:16:18 +00:00
Glenn Maynard ccc1468c56 identifiers shouldn't begin with _ 2004-07-22 20:14:26 +00:00
Glenn Maynard 4abc886117 simplify 2004-07-22 19:31:54 +00:00
Glenn Maynard 9429978fc9 fix crash in themes without [OptionNames]
use preincrement for iterators, not postincrement
2004-07-22 19:29:44 +00:00
Glenn Maynard 2c44a202c5 simplify, cleanup
"strlen" -> unescape()
2004-07-22 19:25:17 +00:00
Glenn Maynard 181b6b5bc8 cleanup while trying to make sense of this code; (char*) sizeof(long)? what? 2004-07-22 19:20:31 +00:00
Chris Danford be87e21f9d fix VC compile errors 2004-07-22 18:25:58 +00:00
Glenn Maynard 7853427a24 fix TYPE_PORTAL crash when no songs 2004-07-22 02:47:21 +00:00
Glenn Maynard de02b9c978 don't waste time reading the default theme metrics twice 2004-07-21 23:42:52 +00:00
Glenn Maynard 78d9588c4c move XGetCustomLaunchData into ArchHooks 2004-07-21 23:09:23 +00:00
Glenn Maynard d86482e298 move XGetCustomLaunchData into ArchHooks
remove empty functions (they're not pure virts)
2004-07-21 23:08:04 +00:00
Glenn Maynard 07f8e2910f cleanup 2004-07-21 23:05:49 +00:00
Steve Checkoway f85c5d7375 Fix memory leak. Now I'm down to 11 leaks for 384 total leaked bytes. It looks like some of those are coming from SDL. Still, I can live with 384 bytes. 2004-07-21 06:18:01 +00:00
Steve Checkoway 26d8a0b860 Fix memory leak.
Before:
51057 leaks for 850704 total leaked bytes.
After:
21258 leaks for 359284 total leaked bytes.
Both of these were taken right after the songs finish loading and the first screen is shown.
2004-07-21 06:13:57 +00:00
Chris Danford b7383e1010 don't blink game buttons on a mine 2004-07-21 03:31:24 +00:00
Steve Checkoway f47c31626b Be quiet! 2004-07-21 03:21:55 +00:00
Renaud Lepage dad4c72695 Missing _ Before XBOX - Solved the text output bug. Also, forced a D:\\ as system path because path was missing at ragefilemanager::mount in _xbox, lines 142 to 144 2004-07-21 02:39:10 +00:00
Renaud Lepage 2f074da106 Missing _ Before XBOX - Solved the text output bug. 2004-07-21 02:36:21 +00:00
Glenn Maynard 43b9b6385e periodically save profiles 2004-07-20 23:05:49 +00:00
Renaud Lepage d204f04cca Updated to reflect changes in the main project. With some additions for Xbox compilance. 2004-07-20 15:57:38 +00:00
Renaud Lepage aaea3cb415 Changed the main to change if _XBOX is declared. Maybe a little not-with-standards,
but at least now an outside main is not necessary.
2004-07-20 15:53:36 +00:00
Renaud Lepage 1198d2d731 Modified the "main" declaration to be changed if XBOX is defined. 2004-07-20 15:50:01 +00:00
Renaud Lepage 7484da8f6d Updated to reflect changes in the main project. 2004-07-20 15:48:43 +00:00
Renaud Lepage d13e0b4965 Updated, xtl include added. XDK compiles ezsockets now. 2004-07-20 15:47:52 +00:00
Chris Danford 0de1e4de8d stats.xml cleanup 2004-07-20 07:12:29 +00:00
Chris Danford 8d2d1ed3f7 fix operator< and operator== not working as expected 2004-07-20 07:11:26 +00:00
Charles Lohr 0d4dde7dcd Fixed part of the XBOX problem.
XTL needs to be included somewhre, but I don't know the details.
Renaud, if you could just include that in whever it is necessiary.
2004-07-20 04:07:06 +00:00