Commit Graph

13631 Commits

Author SHA1 Message Date
Chris Danford f747571c29 fix enum strings 2005-02-14 17:50:53 +00:00
Glenn Maynard db9cd87c34 fix push 2005-02-14 05:57:40 +00:00
Glenn Maynard 0ba4a0b715 test menu 2005-02-14 02:13:55 +00:00
Glenn Maynard bcd60d35cf menu sample code 2005-02-14 02:12:37 +00:00
Glenn Maynard b8e863610f ThemeMetric.h 2005-02-14 01:47:10 +00:00
Glenn Maynard 3c65876ed3 Lua interface to creating options menu rows. The code's a little ugly;
cleanups and samples coming in a bit.
2005-02-14 01:42:21 +00:00
Glenn Maynard 33b74d0fc3 simplify 2005-02-14 01:38:57 +00:00
Chris Danford 43c221c1fa fix warning 2005-02-14 01:37:08 +00:00
Glenn Maynard 230ba5b9a9 allow GetOneSelection to return -1 when there are none selected 2005-02-14 01:36:54 +00:00
Chris Danford e288aaff7c cleanup 2005-02-14 01:34:49 +00:00
Glenn Maynard ab39fa278e fix compile 2005-02-14 01:33:53 +00:00
Glenn Maynard e24c79048e add LuaReference::GetLuaType, LuaExpression 2005-02-14 01:31:10 +00:00
Chris Danford 8073ebaac5 add unsigned clamp and wrap 2005-02-14 01:30:05 +00:00
Chris Danford c020f54c3c move code from header to cpp 2005-02-14 01:29:25 +00:00
Glenn Maynard 6c5450edd8 ThemeMetric.h 2005-02-14 01:25:01 +00:00
Glenn Maynard e4448c7484 metrics 2005-02-14 01:18:10 +00:00
Glenn Maynard e73a167761 fix positioning for hidden items 2005-02-14 01:16:08 +00:00
Glenn Maynard 470b308fe0 comment 2005-02-13 20:10:27 +00:00
Chris Danford 0da2e0fa6e remove unused workout options 2005-02-13 18:18:55 +00:00
Chris Danford dae8bf0332 enum name cleanup
fix "CapitalizeAll" not applied if "ShowOneInRow"
2005-02-13 18:15:10 +00:00
Chris Danford 202170ab53 add "ShowOneInRow" 2005-02-13 18:14:11 +00:00
Charles Lohr 711c17a8bf Fix: Marvelous timing in menus. Note: We didn't notice this bug because if we don't edit it, it will remain at 2.
ALSO
Fix: Don't crash when kicked from SMOnline room screen
2005-02-13 07:30:32 +00:00
Charles Lohr e274d0f569 Fix: Marvelous timing in menus. Note: We didn't notice this bug because if we don't edit it, it will remain at 2. 2005-02-13 07:27:25 +00:00
Chris Danford a4fc150692 Options row labels metrics cleanup 2005-02-13 07:16:30 +00:00
Chris Danford b4327b8daf specify Y for each row 2005-02-13 07:10:35 +00:00
Chris Danford fdad5746e7 change ThemeMetric static-sized arrays to dynamically sized 2005-02-13 06:44:50 +00:00
Glenn Maynard 12e7f2d5da comments 2005-02-13 04:48:05 +00:00
Glenn Maynard bdf3e4ddd8 warning: `class ProfileManager' has virtual functions but non-virtual destructor 2005-02-13 04:14:33 +00:00
Glenn Maynard 7a2a367522 warning: `class GameState' has virtual functions but non-virtual destructor 2005-02-13 04:12:02 +00:00
Glenn Maynard fe6cd41543 update
add LuaManager::CreateTableFromArray, LuaManager::ReadArrayFromTable
2005-02-13 04:09:28 +00:00
Glenn Maynard 11002ff5b2 ActorCommands is a LuaReference 2005-02-13 04:07:29 +00:00
Glenn Maynard 40f82442b0 add assert (because ActorCommands.PushSelf() no longer does it) 2005-02-13 04:06:14 +00:00
Glenn Maynard 4a25a4b43a update 2005-02-13 04:04:43 +00:00
Glenn Maynard c423e070aa Move Lua reference handling into a generic base class. 2005-02-13 04:00:48 +00:00
Glenn Maynard 97277824d9 comment, cleanup (dear god this is boring) 2005-02-13 03:50:51 +00:00
Glenn Maynard 2412c73b22 comment, cleanup 2005-02-13 03:40:37 +00:00
Glenn Maynard 5531efed09 comments, cleanup 2005-02-13 03:27:21 +00:00
Glenn Maynard 0e8b4b8371 comments, cleanup 2005-02-13 03:21:22 +00:00
Glenn Maynard f07ac5cf74 comment, cleanup 2005-02-13 03:13:33 +00:00
Glenn Maynard 91e8e6a430 comment 2005-02-13 03:08:45 +00:00
Glenn Maynard fa32951449 cleanup 2005-02-13 03:05:19 +00:00
Glenn Maynard 3380df27cd cleanup, const 2005-02-13 03:00:19 +00:00
Glenn Maynard 55c67ef857 shorten (the extra stuff in this was out of date, anyway; best to keep the brief description simple enough that it doesn't easily become outdated) 2005-02-13 02:57:11 +00:00
Glenn Maynard de99ad0e03 style cleanup; move the license text to the bottom 2005-02-13 02:52:44 +00:00
Glenn Maynard b86576a6d7 style cleaup 2005-02-13 02:50:14 +00:00
Glenn Maynard 1b069fb432 const; fix "warning: `class ThemeManager' has virtual functions but non-virtual destructor" 2005-02-13 02:47:53 +00:00
Glenn Maynard 64a8ee3303 shorten 2005-02-13 02:45:47 +00:00
Glenn Maynard b9c64a7fce Add license footer. (This file probably isn't copyrightable, anyway, but better to be consistent just in case ...) (also other header boilerplate) 2005-02-13 02:44:30 +00:00
Chris Danford 12fde5d55c move PlayerName texts out of code and into BGAnimations 2005-02-13 01:16:17 +00:00
Chris Danford 4264182ea1 use Lua function PlayerColor instead of color constants 2005-02-12 23:04:46 +00:00