Commit Graph
16009 Commits
Author SHA1 Message Date
Steve Checkoway 1795ac93c1 Cleanup. 2005-06-21 08:24:20 +00:00
Steve Checkoway d8cb958fe4 update 2005-06-21 08:09:16 +00:00
Steve Checkoway 20118bc43a comment 2005-06-21 08:06:59 +00:00
Steve Checkoway 0bb1e19481 Fast matrix and vector multiply on Mac OS X. 2005-06-21 08:04:42 +00:00
Glenn Maynard 518da6b626 fix Model 2005-06-21 07:49:25 +00:00
Glenn Maynard ff888eaf9e cleanup 2005-06-21 05:23:25 +00:00
Glenn Maynard fee9e51b2c revert. Unregister() is "atomic" (useful to call without locking around it). 2005-06-21 02:41:35 +00:00
Glenn Maynard acbe82d877 pass L to Reset 2005-06-21 02:29:21 +00:00
Glenn Maynard 0baadb8641 don't adjust MonthOfYear, so it lines up with MonthToString 2005-06-20 22:26:42 +00:00
Jared Hendry 3f187163e4 Added/Removed files 2005-06-20 21:24:44 +00:00
Ben Anderson db08fefc2a Continue work on supporting MinGW / Dev-Cpp. 2005-06-20 19:23:04 +00:00
Chris Danford a47b3403b1 make life really easy in merciful beginner 2005-06-20 18:37:08 +00:00
Chris Danford 00b4623f59 fix link 2005-06-20 17:40:40 +00:00
Charles Lohr 31e0f4c679 Add: missing theme graphic (for song wheel) 2005-06-20 17:25:51 +00:00
Steve Checkoway 5fd18e730a Fix "too few template-parameter-lists" error. 2005-06-20 11:20:30 +00:00
Glenn Maynard 74828836cb cosmetic 2005-06-20 09:53:02 +00:00
Glenn Maynard 6ac3eff751 missed commit 2005-06-20 09:49:07 +00:00
Glenn Maynard 3c04a63c12 simplify 2005-06-20 09:42:24 +00:00
Glenn Maynard 9276c4f395 simplify 2005-06-20 09:35:06 +00:00
Glenn Maynard bde35cb47f simplify: don't template RegType separately 2005-06-20 09:28:45 +00:00
Glenn Maynard fae7e5b265 oops, wrong guy 2005-06-20 05:08:51 +00:00
Glenn Maynard 0b3c14888f cleanup, fix name 2005-06-20 05:05:55 +00:00
Glenn Maynard 9d7f835609 no need to template Luna specializations 2005-06-20 05:02:03 +00:00
Charles Lohr 06db18cd37 OOps -- it put the background stuff in an extra folder up. I fixed it. 2005-06-20 04:59:26 +00:00
Glenn Maynard d6bb1cdfe0 fix warning 2005-06-20 04:55:24 +00:00
Glenn Maynard 4dd73b2c81 fix comment (no new T is created) 2005-06-20 04:42:11 +00:00
Charles Lohr a8f0404f0f Add: the background transitions and effects 2005-06-20 04:39:55 +00:00
Glenn Maynard 4d5643c27f remove include 2005-06-20 04:32:56 +00:00
Glenn Maynard 72e7a4b1e4 cleanup 2005-06-20 04:32:24 +00:00
Glenn Maynard 77ee110e65 include cleanup 2005-06-20 04:28:16 +00:00
Glenn Maynard e2cfba413a update registration for various types 2005-06-20 04:23:36 +00:00
Glenn Maynard c998564adf update registration for various types 2005-06-20 04:17:02 +00:00
Glenn Maynard 9f51cfbf5a add LuaBinding 2005-06-20 04:13:04 +00:00
Glenn Maynard 71bbb178a9 LuaBinding.cpp 2005-06-20 04:12:35 +00:00
Glenn Maynard 0b80f541ac update registration for BitmapText types 2005-06-20 04:06:26 +00:00
Glenn Maynard aff28653da Rearrange Lua types. Instead of each class registering all of the functions
of its base classes, set __index in the methods table to point to the base class's
methods table.  This has a few important advantages.  First and most importantly,
types don't need access to the Luna type of their base to derive from it, so these
definitions don't have to be in the headers, and probably don't need to be
templated.  Second, you can say:

function Actor:queue_rotate()
   self:linear(0.5)
   self:rotationz( 180 )
end

OnCommand=x,100;queue_rotate

This partially worked previously, but wasn't inherited; a function defined for
Actor wouldn't work for BitmapText.

(changes that use this in a few minutes)
2005-06-20 03:54:51 +00:00
Ben Anderson ebcbdd3c9f Move GCC/x86 assembler instructions into a single common file; begin work on supporting MinGW as a secondary Win32 build environment. 2005-06-20 01:33:32 +00:00
Glenn Maynard 8c121d4598 s_className -> m_sClassName 2005-06-20 00:33:07 +00:00
Glenn Maynard 990bd24675 remove unused 2005-06-19 22:57:35 +00:00
Glenn Maynard 5da5388b99 cleanups 2005-06-19 22:54:06 +00:00
Glenn Maynard ec135b3ecf remove duplicate code 2005-06-19 22:52:08 +00:00
Glenn Maynard 25531ef460 m_Overlay -> m_sprOverlay, to be consistent with SWME
remove character stuff that can be done with the overlay
2005-06-19 22:48:58 +00:00
Glenn Maynard f98f8794ce remove unused 2005-06-19 22:42:06 +00:00
Glenn Maynard 92f49b2f89 add character bindings to remove special cases in ScreenStage 2005-06-19 22:41:12 +00:00
Glenn Maynard 4a10567362 remove texts. If you want to do this, do it in the overlay or underlay layers.
Text=@GAMESTATE:GetCurrentSong():GetDisplayFullTitle()
2005-06-19 22:29:25 +00:00
Glenn Maynard d9ed603f18 implement coin settling 2005-06-19 21:58:11 +00:00
Steve Checkoway fc9c08f8d4 Remove all references to my build directory. Make this work as it did with previous versions of Xcode. 2005-06-19 11:19:08 +00:00
Steve Checkoway adfec6e2c8 Update 2005-06-19 11:18:27 +00:00
Steve Checkoway e233317c25 Cleanup. 2005-06-19 11:17:31 +00:00
Glenn Maynard 28fc7bcdad fix "save prefs when exiting system menu"; when DelayedScreenLoad,
bWasOnSystemMenu was always false, because the screen was already
deleted
2005-06-19 09:40:16 +00:00