Commit Graph
17165 Commits
Author SHA1 Message Date
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
Renaud Lepage e0b39f225b update. 2005-09-01 13:04:44 +00:00
Glenn Maynard 2574a30592 allow Actor as a type directly 2005-09-01 07:28:52 +00:00
Glenn Maynard b401f80bfe PlayCopyOfSound 2005-09-01 06:37:56 +00:00
Glenn Maynard dda1302604 comment 2005-09-01 06:27:28 +00:00
Glenn Maynard bb2f7a22e3 remove [Scroller] hack. Use XML. 2005-09-01 06:25:52 +00:00
Glenn Maynard 204e399878 cleanup 2005-09-01 06:23:59 +00:00
Glenn Maynard a627262266 remove redundant global Condition 2005-09-01 06:20:31 +00:00
Chris Danford 48fccae8fa update project 2005-09-01 06:15:07 +00:00
Glenn Maynard f67bf25560 remove comment 2005-09-01 06:13:56 +00:00
Glenn Maynard 0350fcfbb9 cleanup 2005-09-01 06:12:15 +00:00
Glenn Maynard 48a1f5c113 update 2005-09-01 06:05:19 +00:00
Chris Danford b1f742f69b fix for VC6 that can't initialize statics in the class definiton 2005-09-01 04:26:23 +00:00
Renaud Lepage bd31499636 Added icons and a new Cpp to compile. 2005-09-01 03:36:26 +00:00
Renaud Lepage 5837d22d1a Initial commit : Icons for the game 2005-09-01 03:36:08 +00:00
Glenn Maynard 39d15c0dcb cleanup: SetXY in Init, ON_COMMAND in BeginScreen
call base last
2005-09-01 02:59:48 +00:00
Glenn Maynard 3719e64312 cleanup: SetXY in Init, ON_COMMAND in BeginScreen 2005-09-01 02:56:20 +00:00
Glenn Maynard 64eedd5fc7 cleanup 2005-09-01 02:42:33 +00:00
Glenn Maynard f4a4321a09 float 2005-08-31 23:40:22 +00:00
Glenn Maynard f485a2f01d unused 2005-08-31 23:25:06 +00:00
Glenn Maynard 2d5f2e089c play sounds with Sound, not with hardcoded stuff 2005-08-31 23:23:24 +00:00
Glenn Maynard f900d77c2d unused 2005-08-31 22:39:39 +00:00
Glenn Maynard 758bc7980b remove EvalSoundSequence 2005-08-31 22:39:03 +00:00
Glenn Maynard b1bd70fc39 missed commit 2005-08-31 22:37:04 +00:00
Glenn Maynard 6a8a81a095 remove Generic stuff. It broke a while back, and it's too painful to keep around. 2005-08-31 22:15:33 +00:00
Glenn Maynard ab913a0e02 unregister BGAnimation; use ActorScroller from XML if needed 2005-08-31 22:06:03 +00:00
Glenn Maynard 0365a08767 remove BGAnimation::Unload 2005-08-31 22:03:40 +00:00
Glenn Maynard 983d973739 Allow using sounds in XML directly. This is only a little odd: sounds have
all of the basic Actor state (position, etc).  It's tricky to split that out, because
sounds *should* have a tweening queue, support commands and broadcasts,
etc.
2005-08-31 21:56:11 +00:00
Glenn Maynard 3160575d35 stop using BGAnimation directly 2005-08-31 21:10:14 +00:00
Glenn Maynard dc40ed8f64 remove "Cond" 2005-08-31 19:56:46 +00:00
Glenn Maynard 0a0ad9eb54 AutoActor 2005-08-31 19:21:29 +00:00
Glenn Maynard 48bb0f235d AutoActor 2005-08-31 19:17:39 +00:00