Glenn Maynard
f3a20cf729
cleanup
2005-06-23 08:49:36 +00:00
Glenn Maynard
14fd08abc1
__type -> type
2005-06-23 08:47:34 +00:00
Glenn Maynard
36794f6d5f
CheckType -> CheckLuaObjectType
2005-06-23 08:46:21 +00:00
Glenn Maynard
be8c5d23b5
CreateGlobalTable -> CreateMethodsTable
2005-06-23 08:44:46 +00:00
Glenn Maynard
7e20ccc36c
don't point the metatable at the methods table; comment
2005-06-23 08:42:48 +00:00
Chris Danford
2a6dcba6e8
cleanup:
...
"GroupName" -> "SongGroup" to make room for CourseGroup
replace checks for "cvs" with a call to StripCvs()
m_Rows -> m_pRows
broadcast on preferred group changes
2005-06-23 08:05:09 +00:00
Chris Danford
f881b0bf4d
separate c'tor/Init
2005-06-23 07:58:09 +00:00
Steve Checkoway
2f126143ec
Remove files and update header include path.
2005-06-23 05:52:26 +00:00
Steve Checkoway
237054db79
I'm not even using these, but someone might be so I might as well make them faster.
2005-06-23 05:52:05 +00:00
Steve Checkoway
0d200bc461
More 64 bit compile fixes.
2005-06-23 04:51:12 +00:00
Chris Danford
79549f20ba
fix build
2005-06-23 03:14:30 +00:00
Chris Danford
8c35a5d5cb
fix VC7.1 warnings
2005-06-23 03:14:01 +00:00
Glenn Maynard
ba207c5140
remove GrooveGraph
2005-06-23 02:47:43 +00:00
Glenn Maynard
d87583c76e
remove m_GrooveGraph
2005-06-23 02:42:31 +00:00
Glenn Maynard
ed58ed26eb
fix memory leak on change/reload theme
2005-06-23 02:11:51 +00:00
Glenn Maynard
84c6ecff9e
fix uninitialized (valgrind)
2005-06-23 01:49:47 +00:00
Renaud Lepage
97a445d76b
New files, optims and whatnot.
2005-06-23 01:31:37 +00:00
Glenn Maynard
4e017b752b
fix using PLAYER_INVALID as an index when using SSMaster when no
...
players are joined
2005-06-23 01:21:13 +00:00
Glenn Maynard
2b62d093d5
these were unsigned; keep them that way
2005-06-23 01:05:45 +00:00
Glenn Maynard
8ccc9cb6df
probably fix compile on systems where sizeof(int) < sizeof(void*)
2005-06-23 01:04:29 +00:00
Glenn Maynard
c587f12d65
Don't construct overlay screens in ScreenManager ctor. We havn't reset
...
GAMESTATE by then, so much of it is uninitialized, and we should not load
screens until that's done. (fixes valgrind warning due to IsEventMode()
being called from SSystemLayer)
2005-06-23 00:30:02 +00:00
Glenn Maynard
d1b8dcc744
fix uninitialized variable: this is used by EndGame, which is called at the
...
start of Reset(), and was normally initialized later in Reset(). I havn't seen
any bugs as a result; this just showed up in valgrind.
2005-06-23 00:15:19 +00:00
Glenn Maynard
a79f1381f3
fix casting problem?
2005-06-22 20:58:41 +00:00
Chris Danford
acc77eff06
increase max coins per credit
2005-06-21 17:59:21 +00:00
Chris Danford
76b25ffe7b
fix converting ^ to , wipes out ^ in background file names (Vertex^2)
2005-06-21 17:56:08 +00:00
Steve Checkoway
99387583f9
DARWIN -> __MACOSX__
2005-06-21 08:56:36 +00:00
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