Steve Checkoway
|
c3ac86cbc8
|
Use LoadFont
|
2007-02-16 09:23:20 +00:00 |
|
Glenn Maynard
|
ae45448ade
|
use File in Lua; use Font in XML, for compatibility. Only XML's paths
need manual lookups.
|
2007-02-16 07:55:59 +00:00 |
|
Glenn Maynard
|
0bb594d32f
|
use LoadFont
|
2007-02-16 07:52:05 +00:00 |
|
Glenn Maynard
|
5448e98615
|
use LoadFont
|
2007-02-16 07:46:43 +00:00 |
|
Glenn Maynard
|
2158dc6c23
|
add LoadFont
|
2007-02-16 07:41:09 +00:00 |
|
Steve Checkoway
|
92fd82b630
|
RString no longer allows NULL. (I have no idea how it took me so long to catch this.)
|
2007-02-16 07:28:43 +00:00 |
|
Chris Danford
|
46ca7f526a
|
explicitly LoadAllCommands. The "load commands in SetXY" hack isn't working well now that more and more Actors are being moved into Lua. That hack should be removed eventually in favor of explicit command loading.
|
2007-02-16 07:09:04 +00:00 |
|
Chris Danford
|
b53362bc95
|
add !sType.empty() assert
|
2007-02-16 07:07:40 +00:00 |
|
Glenn Maynard
|
74838465c3
|
fix "Font" attribute
|
2007-02-16 06:34:46 +00:00 |
|
Glenn Maynard
|
7e1df89ffc
|
simplify
|
2007-02-16 03:37:49 +00:00 |
|
Glenn Maynard
|
0db3211c34
|
simplify SystemMessage
|
2007-02-16 02:25:24 +00:00 |
|
Glenn Maynard
|
69f2604bb7
|
unused
|
2007-02-16 00:47:20 +00:00 |
|
Glenn Maynard
|
1f41f7ac69
|
cleanup
|
2007-02-16 00:45:27 +00:00 |
|
Glenn Maynard
|
29f5cc2fc2
|
move most of ScreenSystemLayer into Lua
|
2007-02-15 11:31:29 +00:00 |
|
Glenn Maynard
|
67f372af09
|
SideJoinedP1, SideJoinedP2 -> PlayerJoined(P1)
move most of ScreenSystemLayer into Lua
|
2007-02-15 11:30:22 +00:00 |
|
Glenn Maynard
|
ed3dc0841e
|
bind GetTextureCoordRect
|
2007-02-15 11:28:11 +00:00 |
|
Glenn Maynard
|
7319b284ab
|
cacept paths like other actors
|
2007-02-15 11:27:17 +00:00 |
|
Glenn Maynard
|
bfb74b587d
|
bind GetPathF
|
2007-02-15 11:24:05 +00:00 |
|
Glenn Maynard
|
db273ef711
|
bind GetCurrentSystemMessage
|
2007-02-15 11:23:26 +00:00 |
|
Glenn Maynard
|
5fa980a7a3
|
fix assertion. PushAttrValue always pushes something; if no value,
then it pushes nil (like lua_gettable)
|
2007-02-15 11:22:25 +00:00 |
|
Steve Checkoway
|
19a65d889d
|
Year.
|
2007-02-14 12:36:43 +00:00 |
|
Steve Checkoway
|
ebbe1200f5
|
Foo::Bar.
|
2007-02-14 12:30:38 +00:00 |
|
Steve Checkoway
|
61ae8c3c1b
|
NotesLoader is just a namespace. If you want to load a particular directory, there's no need to create a specialized loader, just call NotesLoader::LoadFromDir().
|
2007-02-14 12:26:36 +00:00 |
|
Steve Checkoway
|
c827907980
|
Cleanup.
|
2007-02-14 12:24:58 +00:00 |
|
Steve Checkoway
|
65d2149605
|
Unused.
|
2007-02-14 12:23:10 +00:00 |
|
Steve Checkoway
|
90a611387f
|
Unused for some reason I haven't determined.
|
2007-02-14 11:57:24 +00:00 |
|
Steve Checkoway
|
4c70d12f90
|
BMSLoader is now stateless.
|
2007-02-14 11:48:55 +00:00 |
|
Steve Checkoway
|
75e1089900
|
Remove m_sDir. It seems like passing sDir to LoadFromDir is pointless since it should already be set in out.GetSongDir(), or is that a bug? Shouldn't SetSongDir() be called?
|
2007-02-14 11:43:24 +00:00 |
|
Steve Checkoway
|
41ef86d162
|
Working toward stateless loader.
|
2007-02-14 11:35:14 +00:00 |
|
Steve Checkoway
|
5de8b7d052
|
pOut -> out.
|
2007-02-14 11:17:13 +00:00 |
|
Steve Checkoway
|
649d24f780
|
Reference not pointer.
|
2007-02-14 11:16:11 +00:00 |
|
Steve Checkoway
|
45038b7216
|
Working toward stateless loader.
|
2007-02-14 11:15:02 +00:00 |
|
Steve Checkoway
|
80aaa5fbb9
|
Working toward stateless loader.
|
2007-02-14 11:09:20 +00:00 |
|
Steve Checkoway
|
cdf80af9b9
|
Cleanup and style.
|
2007-02-14 10:57:26 +00:00 |
|
Steve Checkoway
|
e9efc9fda9
|
Remove all state.
|
2007-02-14 10:55:36 +00:00 |
|
Steve Checkoway
|
d4cd093daf
|
These are also not member variables. If you only need a value in a function, just make it a local variable.
|
2007-02-14 10:50:13 +00:00 |
|
Steve Checkoway
|
cb57db0d03
|
These are just local variables.
|
2007-02-14 10:44:54 +00:00 |
|
Steve Checkoway
|
598e602bd9
|
Style.
|
2007-02-14 10:27:02 +00:00 |
|
Steve Checkoway
|
11eec4b0f8
|
Merge these.
|
2007-02-14 10:26:30 +00:00 |
|
Steve Checkoway
|
68cc42acc8
|
Move closer to being stateless. (It still uses its superclass's data.)
|
2007-02-14 10:22:55 +00:00 |
|
Steve Checkoway
|
1b2c9da350
|
Don't create a loader.
|
2007-02-14 10:09:05 +00:00 |
|
Steve Checkoway
|
6c8ddaec73
|
Make this stateless.
|
2007-02-14 10:08:19 +00:00 |
|
Steve Checkoway
|
5b0a13dccc
|
Header cleanup and spacing.
|
2007-02-14 09:33:31 +00:00 |
|
Glenn Maynard
|
560bbe278a
|
bind SetCustomImageRect
|
2007-02-14 03:10:37 +00:00 |
|
Glenn Maynard
|
04d05b898d
|
simplify
|
2007-02-14 02:43:29 +00:00 |
|
Glenn Maynard
|
7625525b81
|
DeleteTexture(0) noop
|
2007-02-14 02:01:33 +00:00 |
|
Glenn Maynard
|
3979202ce0
|
add EffectMode_ColorBurn
|
2007-02-14 01:59:41 +00:00 |
|
Glenn Maynard
|
8ac9571d1e
|
add EffectMode
|
2007-02-14 01:51:50 +00:00 |
|
Glenn Maynard
|
d96b24bd2e
|
shader bindings
|
2007-02-14 00:13:42 +00:00 |
|
Glenn Maynard
|
abd0f83cc8
|
short circuit on delete default texture
|
2007-02-14 00:07:55 +00:00 |
|