Steve Checkoway
a57c4b8880
Replace the baked in text in the instructions.
2007-08-12 03:27:46 +00:00
Steve Checkoway
9ddfcdd271
Add bindings.
2007-08-12 03:25:56 +00:00
AJ Kelly
3588ccd54b
change font and use some conditional magic to show the frames for players that are joined
2007-08-11 23:46:06 +00:00
Steve Checkoway
2d6dd27a4b
Update score frames psd.
2007-08-11 23:23:09 +00:00
Steve Checkoway
2956390080
Unbake text from graphic. Someone else might want to change the text a bit.
2007-08-11 23:17:38 +00:00
Steve Checkoway
092a348637
Add preference to disable writing the Catalog.xml.
2007-08-11 23:15:54 +00:00
Steve Checkoway
14dc770a74
Silence warning on debug builds. I failed to make a small test case where optimization makes a difference in gcc being able to tell that a function didn't return.
2007-08-11 23:10:48 +00:00
AJ Kelly
08fd66c576
more text-based graphics
2007-08-11 21:10:44 +00:00
Steve Checkoway
a5b9861532
Encapsulate extra stage logic. The condition of HasEarnedExtraStage() remains true (if it was earned) after the call to FinishStage() until the next BeginStage().
...
I still don't completely like this because after FinishStage(), if an extra stage has been earned, it is immediately in that stage which is sort of strange for SEval. Even worse, if an extra stage was earned in the past but not for the current stage, then the stage doesn't change. (E.g., earn extra stage but not second extra stage, or earn second extra stage.) So once an extra stage has been earned, SEval will be called twice for the same stage. A per-player m_iExtraStagesPlayed could be added to fix this, but it doesn't seem worth it.
2007-08-11 20:43:01 +00:00
Steve Checkoway
62ae7f5417
Add files.
2007-08-11 19:57:57 +00:00
Vecais Dumais Laacis
6fbf645b84
revert. my 'fix' was an error which made sm use software fallback. opengl still slow on ati cards
2007-08-11 17:48:56 +00:00
Vecais Dumais Laacis
dd544ce5e4
move writable folders to "title's persistent data region".
...
that allows to launch stepmania from dvd
2007-08-11 06:47:20 +00:00
Vecais Dumais Laacis
33bf9c3155
fixes opengl 3d slowdown (usually seen when noteskins are on screen)
2007-08-11 05:27:51 +00:00
Vecais Dumais Laacis
37f91c8b98
revert changes because Course's trail regeneration now doesnt invalidate m_pCurTrail pointer
2007-08-10 21:00:52 +00:00
Glenn Maynard
3cf62ae333
Course::RegenerateNonFixedTrails in place
2007-08-10 20:30:54 +00:00
Glenn Maynard
875835765a
style
2007-08-10 20:16:00 +00:00
Vecais Dumais Laacis
ebcc944076
fixed freed pointer use if returning to ScreenSelectMusic with course of random songs selected
2007-08-10 11:13:07 +00:00
Vecais Dumais Laacis
c7ccecfae1
stack size increased also for debug build
2007-08-10 11:11:37 +00:00
Vecais Dumais Laacis
9421835499
additional building notes
2007-08-09 19:37:59 +00:00
Steve Checkoway
029d2df822
OCD requires me to fix spacing.
2007-08-09 19:37:36 +00:00
Vecais Dumais Laacis
14ab97b2f7
now MovieTexture_FFMpeg can be used in xbox build
2007-08-09 19:18:25 +00:00
Vecais Dumais Laacis
4404ddd63e
added/removed files
...
increased stack size ( i think in RageSurface_Load_GIF.cpp:189 LocalColorMap should be passed by reference not through stack)
enabled optimizations for relase mode
2007-08-09 19:06:47 +00:00
Vecais Dumais Laacis
20937c6fa3
xbox display only supports rgba8
2007-08-09 19:03:58 +00:00
Vecais Dumais Laacis
767c97babe
removed missing CryptHelpers.cpp/h files
2007-08-08 21:18:53 +00:00
Vecais Dumais Laacis
c4cdd89627
added ScreenSelectProfile.cpp/h to project files
2007-08-08 10:19:09 +00:00
Vecais Dumais Laacis
9b4cf9a6df
style fix
2007-08-08 10:03:42 +00:00
Vecais Dumais Laacis
38f93f78cf
allows to choose which profile to use (should be used before style selection like ScreenProfileLoad)
...
lua functions:
bool SetProfileIndex(PlayerNumber, profileindex)
if profileindex == -2 - unloads specified player
if profileindex == -1 - sets choosed profile to none (if any human player profileindex is set to -1 then screen cannot finish)
also joins player if player was not joined before
if profileindex == 0 - sets choosed profile to use memory card (memory card should be mounted at this point)
if profileindex >0 and profilexindex <numlocalprofiles - sets choosed profile to one of local profiles
other values returns false
true is returned on successful operation
int GetProfileIndex(PlayerNumber)
returns selected profileindex for player
bool Finish
tries to load selected profiles and proceed to next screen
returns false if not all players are finished choosing or players have selected the same local profiles
Cancel - returns to previous screen
2007-08-08 09:57:53 +00:00
Vecais Dumais Laacis
9497d928d8
reverting unneeded changes
2007-08-08 09:49:30 +00:00
Vecais Dumais Laacis
ffa132693c
* MemoryCardState type for lua
...
* MEMCARDMAN:GetCardState for lua
2007-08-08 09:29:44 +00:00
Vecais Dumais Laacis
1876f49ce4
reverting changes as input can be catched by Code messages
2007-08-08 09:13:19 +00:00
Vecais Dumais Laacis
f69381d388
* style fix
...
* difference can be calculated in SendLifeChangedMessage
2007-08-08 08:44:42 +00:00
Vecais Dumais Laacis
76b22d11ac
reverting unneeded changes
2007-08-08 08:42:45 +00:00
Vecais Dumais Laacis
7b4117b94a
revert changes as course contents list should be updated only when trail changes not course changes
2007-08-08 08:38:18 +00:00
Steve Checkoway
60e94b15fb
Style.
2007-08-07 22:14:51 +00:00
Steve Checkoway
7a8be07a88
Add class name to table header.
2007-08-07 12:26:57 +00:00
Steve Checkoway
5db5486041
Parse function arguments and add links to types we know about. Color void, int, float, and string. I have not yet decided how to handle returned tables or arrays (which are just tables with keys 0..n).
2007-08-07 12:23:55 +00:00
Steve Checkoway
101abde1d4
Specify exactly what is allowed in the strings according to what is valid lua. Double quoted strings are not supported. Require that function parameters have types. Remember to validate LuaDocumentation.xml with the scheme before committing changes. I use http://tools.decisionsoft.com/schemaValidate/
2007-08-07 12:20:24 +00:00
Steve Checkoway
959765a881
Add the parameter type to the arguments.
2007-08-07 12:18:19 +00:00
Vecais Dumais Laacis
84e4ada688
check also course entries size
2007-08-07 11:42:12 +00:00
Vecais Dumais Laacis
8809d2009e
clear cached trails on init
2007-08-07 11:38:17 +00:00
Vecais Dumais Laacis
a19dd14707
pass InputMessage down to lua so lua can be used to enter name
2007-08-07 11:27:40 +00:00
Vecais Dumais Laacis
c33fc5e62f
no double LoadAllCommands
2007-08-07 11:24:27 +00:00
Vecais Dumais Laacis
247cddd607
little hack to force update m_bRadarValuesCached - someone needs to find out why m_bRadarValuesCached is set to true but in fact m_bRadarValuesCached values are invalid
...
this doesnt occur on all courses
2007-08-07 11:18:51 +00:00
Vecais Dumais Laacis
670e134dad
* added param Difference in LifeChanged message
...
* dont die on 1st song because initial life is not set
2007-08-07 11:15:18 +00:00
Vecais Dumais Laacis
1aad3ba5a5
added GetSurvivalSeconds for HighScore
2007-08-07 11:10:48 +00:00
Steve Checkoway
6e1cd05800
Done playing with xsl for a while. It just does not work as I want with respect to xhtml.
2007-08-06 10:10:18 +00:00
Steve Checkoway
a56b120755
This is now xhtml 1.0 strict. Also changed the layout. I think it looks much better now. Firefox still cannot handle the xsl -> xhtml transition so I will probably change this back to html if I cannot figure it out.
2007-08-06 05:12:50 +00:00
Steve Checkoway
8c1baf71ee
Add code css class, use it. I still do not like the way this looks. I might change these tables to be more like javadocs which are pretty readable.
2007-08-06 02:53:29 +00:00
Steve Checkoway
0142b6c5ef
Change the schema to allow code. Also have to implement it as copying the node to the output document. There might be a better way but I do not know of it.
2007-08-06 02:31:35 +00:00
Steve Checkoway
adaeaa1e21
Do not toggle when clicking on the global singletons, just open it. Also, add hyperlinks to classes if they are return values automatically. I might try to do something similar for function arguments but doing any sort of string processing in XSL is a pain.
2007-08-06 01:40:34 +00:00