Steve Checkoway
bb1d5d4c05
Fix iFPS != 0 assertion, at least when a nonzero rate is returned. (Not sure what LCD displays will report.)
2006-03-20 19:59:11 +00:00
Chris Danford
a38f90d085
bracket style cleanup
2006-03-20 19:39:50 +00:00
Chris Danford
837af903e8
merciful is a bool, not a float
2006-03-20 19:38:47 +00:00
Chris Danford
4852da79c8
add toggle for showing coin data
2006-03-20 09:07:58 +00:00
Steve Checkoway
4ca585dc01
npos.
2006-03-20 08:39:24 +00:00
Steve Checkoway
acbfd4224f
Use OS X text converter, not iconv (trying to keep the code base the same no matter for which arch it is compiling).
2006-03-20 07:58:42 +00:00
Steve Checkoway
003cb4baa6
OS X text converter.
2006-03-20 07:56:18 +00:00
Steve Checkoway
b330d744fa
Fix warning.
2006-03-20 07:27:46 +00:00
Steve Checkoway
8597aa1bd6
Old commit.
2006-03-20 06:53:17 +00:00
Steve Checkoway
bb1b56aed4
BSD
2006-03-20 06:52:06 +00:00
Steve Checkoway
f7c28cb43b
This seems wrong. The test for TLS should not set HAVE_TLS if it is not supported.
2006-03-20 06:50:37 +00:00
Steve Checkoway
3a304b1a41
BSD stuff. Some of this seems like it should be in its own file...
2006-03-20 06:46:19 +00:00
Steve Checkoway
988e1729f9
Namespace
2006-03-20 06:45:58 +00:00
Steve Checkoway
b0a9165a57
NetBSD
2006-03-20 06:38:23 +00:00
Steve Checkoway
0b81507b2e
Use iconv appeared some point after 10.2.8 but with the broken BSD headers.
2006-03-20 06:12:51 +00:00
Steve Checkoway
4861bc0949
Handle broken iconv headers (BSD and derivatives). ICONV_CONST is defined in config.h by the autotools, if HAVE_ICONV is defined, define ICONV_CONST to either const or leave it empty for other OSes.
2006-03-20 06:11:47 +00:00
Steve Checkoway
5d9ab0982b
Fix warnings about possibly being used uninitialized.
2006-03-20 06:09:00 +00:00
Steve Checkoway
b7b28f2435
Only Linux needs this. Nearly every other OS put it in stdlib.h (or stdlib.h includes alloca.h as needed). My stdlib.h in linux includes it if any of __USE_GNU, __USE_BSD, or __USE_MISC is defined.
2006-03-20 05:25:13 +00:00
Steve Checkoway
26741978ad
This is not supposed to be in CVS.
2006-03-20 05:21:59 +00:00
Chris Danford
1bb78b396c
don't write values to Preferences.ini that are in Static.ini
2006-03-20 04:57:15 +00:00
Chris Danford
fd22fbf721
fix pre-link commands
2006-03-20 03:55:12 +00:00
Chris Danford
64ea81fac1
Best -> Popular
...
populate SORT_PREFERRED from a txt file
2006-03-20 01:04:46 +00:00
Chris Danford
020d3faaba
tab cleanup
2006-03-19 21:50:21 +00:00
Chris Danford
702e5401d5
save Cache to My Documents. The Application Data dir is a pain to get to.
2006-03-19 20:50:09 +00:00
Chris Danford
7446a213dc
add special coloring for unlock songs/courses
2006-03-19 05:59:24 +00:00
Glenn Maynard
efe1c3b57f
simplify
2006-03-19 04:27:03 +00:00
Glenn Maynard
9157bff3aa
remove m_sprAnswerBox
2006-03-19 04:20:58 +00:00
Glenn Maynard
07ddb97215
fix Update
2006-03-19 02:32:51 +00:00
Glenn Maynard
4c1e9ed6bb
split out ScreenTestInput components
2006-03-19 02:06:31 +00:00
Steve Checkoway
40b44ee6b8
Fix attacks not working properly with random songs in the editor.
2006-03-19 01:59:42 +00:00
Steve Checkoway
77a8b6ab61
Use EditMode_CourseMods and remove hack from ScreenEdit.
2006-03-19 01:20:42 +00:00
Steve Checkoway
bd58e1661e
Add return type.
2006-03-19 00:58:26 +00:00
Chris Danford
00a08603a9
consolidate sync change strings and logic
2006-03-18 23:53:13 +00:00
Chris Danford
116c8cd1b0
localize sync overlay help
2006-03-18 23:18:34 +00:00
Chris Danford
036935282e
remove global Lua function in GameState.cpp
2006-03-18 22:15:26 +00:00
Chris Danford
2fba5ff7e6
don't show step counts in Steps Information - they're already shown on the main edit screen
2006-03-18 19:49:33 +00:00
Steve Checkoway
c4835e0adb
Revert. Reloading is a hack and shouldn't be part of the API.
2006-03-18 13:26:01 +00:00
Steve Checkoway
dd3206c4fc
Play invalid sound.
2006-03-18 13:24:31 +00:00
Chris Danford
48a6f0f963
Don't add up actual scores for Courses that aren't installed or aren't shown.
2006-03-18 12:05:15 +00:00
Chris Danford
def70f62a1
fix clear machine stats
2006-03-18 11:59:41 +00:00
Steve Checkoway
a79329daa3
Only rebuild the option rows when they've actually changed.
2006-03-18 11:28:41 +00:00
Steve Checkoway
1d45c8a0fd
For non-fixed songs find the longest non-tutorial song and use that for picking mods. Something isn't quite right with ScreenEdit though (it doesn't display existing attacks so you can add attacks but you cannot remove them, global mods can be modified normally).
2006-03-18 11:13:22 +00:00
Steve Checkoway
95c756f9e5
ReloadScreen().
2006-03-18 11:02:56 +00:00
Steve Checkoway
2dcdea5467
Add ReloadScreen().
2006-03-18 11:02:20 +00:00
Steve Checkoway
1b0c19d442
Copy code from RageThreads.cpp.
2006-03-18 09:22:56 +00:00
Steve Checkoway
cd45684d48
Warn on bad backgrounds.
2006-03-18 09:17:20 +00:00
Steve Checkoway
678c74e7c1
Fix warning.
2006-03-18 08:43:15 +00:00
Chris Danford
9b71410b14
easier grade in merciful beginner
2006-03-17 03:44:11 +00:00
Glenn Maynard
adae68f5f3
Coordinates are floats, but our maximum resolutions should always be
...
integers.
In 640x480 (4:3), with a 16:10 display, we were getting a 767.999939 width,
instead of 768, which truncated to 767. Round the value consistently, so
we always get 768x480.
2006-03-17 02:52:00 +00:00
Chris Danford
2002bf820b
easier beginner life
2006-03-17 02:24:15 +00:00