Commit Graph
17196 Commits
Author SHA1 Message Date
Glenn Maynard e8182daf16 cleanups 2005-09-03 08:28:43 +00:00
Glenn Maynard 90f55ac9c2 Remove old hack. (This was added as a convenience back before actor
commands were used as widely as they are now.)
2005-09-03 07:19:00 +00:00
Glenn Maynard 267e913b4d cleanup 2005-09-03 06:13:30 +00:00
Glenn Maynard c8bdc188d4 missing headers 2005-09-03 06:12:43 +00:00
Glenn Maynard 96b510e04c missing header 2005-09-03 06:11:26 +00:00
Glenn Maynard 8b21f7924f cleanup 2005-09-03 05:58:22 +00:00
Glenn Maynard f0090c2096 remove old compat 2005-09-03 05:52:00 +00:00
Glenn Maynard 14cd016746 fix course transition 2005-09-03 05:50:13 +00:00
Glenn Maynard 234020b489 fix battle crash 2005-09-03 05:49:30 +00:00
Chris Danford ae0e385c10 position scroller items so that the items' will start from their resting position when they execute their OnCommand. 2005-09-03 04:50:49 +00:00
Glenn Maynard f8548a4ac6 cleanup 2005-09-03 04:34:04 +00:00
Glenn Maynard c56123b228 cleanup 2005-09-03 04:16:48 +00:00
Glenn Maynard 14bc1c201e move 2005-09-03 04:13:13 +00:00
Glenn Maynard 5cd3d22759 Don't put fonts in Graphics, even ones that don't look like them; it's brittle
(too easy to miss when changing font rules).
2005-09-03 04:12:16 +00:00
Glenn Maynard 12426c547c simplify - less state is better 2005-09-03 04:10:52 +00:00
Glenn Maynard 5eb0e9a128 cleanup 2005-09-03 03:52:22 +00:00
Glenn Maynard 8fdaefe8f5 cleanup 2005-09-03 02:17:42 +00:00
Glenn Maynard 5e99ccfb22 remove unused 2005-09-03 02:11:05 +00:00
Glenn Maynard fab0ac8839 missing header 2005-09-03 02:09:25 +00:00
Glenn Maynard a8d98264e2 fix warnings 2005-09-03 02:09:03 +00:00
Glenn Maynard 0022bc3338 cleanup 2005-09-03 02:08:27 +00:00
Glenn Maynard d58af5dc99 remove .sprite 2005-09-03 00:41:13 +00:00
Glenn Maynard ddb6b7e6bf fix crash 2005-09-03 00:38:42 +00:00
Glenn Maynard 5451d5c3a2 no need for these to be RandomSamples 2005-09-03 00:37:57 +00:00
Glenn Maynard 94ea3cb9e0 cleanup 2005-09-03 00:30:46 +00:00
Glenn Maynard 6b87537086 Font paths must be prefix-unique, like other assets. cleanup 2005-09-03 00:17:37 +00:00
Glenn Maynard babaa7761e Font paths must be prefix-unique, like other assets. Remove hack. 2005-09-03 00:14:06 +00:00
Glenn Maynard 6c0494ab7a unneeded 2005-09-02 23:47:15 +00:00
Glenn Maynard 2c1e07b0c1 remove Transition sounds. Use Sound. 2005-09-02 23:45:47 +00:00
Glenn Maynard f4931b6ed8 move sound 2005-09-02 23:43:02 +00:00
Glenn Maynard 7a1e000d92 move sounds 2005-09-02 23:19:00 +00:00
Glenn Maynard f1c81c8552 use Sound; xml 2005-09-02 23:14:11 +00:00
Glenn Maynard 20ae0c8230 move sounds 2005-09-02 22:59:53 +00:00
Glenn Maynard 6ce7d5d8c8 cleanup 2005-09-02 22:37:19 +00:00
Glenn Maynard 4757ba604f remove hack 2005-09-02 22:28:22 +00:00
Glenn Maynard 3fae1b67cb remove Numbers 2005-09-02 22:16:39 +00:00
Glenn Maynard 99c6309d48 remove hack 2005-09-02 22:11:13 +00:00
Glenn Maynard 807208aa64 moving numbers 2005-09-02 21:53:01 +00:00
Glenn Maynard 1e6a524b1b for sane file matching purposes, all Fonts require an INI 2005-09-02 21:50:28 +00:00
Glenn Maynard a40de09ad2 As planned long ago, merge Numbers into Fonts. Numbers is going away. 2005-09-02 21:44:54 +00:00
Chris Danford f55e8a54e6 Don't evaluate the ActorScroller transform function every time though Draw.
Cache TweenState values at a provided interval, then interpolate between the TweenStates.
TODO: Precalculate these TweenStates in Init?
2005-09-02 21:42:34 +00:00
Chris Danford 2bfa9b23dd add blinking caret 2005-09-02 21:38:00 +00:00
Chris Danford d120a36089 Backsp -> Backspace 2005-09-02 21:36:56 +00:00
Chris Danford bb6c216943 prompt string fixes 2005-09-02 21:30:33 +00:00
Glenn Maynard afcb57fd60 fix extra substring checks being performed on systems that don't do Q172398 2005-09-02 19:11:25 +00:00
Ben Anderson ac39d8ef1f Don't revert without fixing the original problem! Fixing Linux compile without WITHOUT_NETWORKING _again_ 2005-09-02 16:37:31 +00:00
Chris Danford f45893e7aa themable text entry special keys
add InitCommand for keys
2005-09-02 06:52:30 +00:00
Chris Danford e439ae2a96 return "" -> return NULL 2005-09-02 00:14:07 +00:00
Chris Danford 7c4f2595ab Remove support for .actor. Use .xml instead. 2005-09-02 00:09:21 +00:00
Chris Danford 30515ffaa4 iterate over each Attrib only one, not 8 times while searching for name matches 2005-09-02 00:01:58 +00:00