Chris Danford
3e4d941514
move dupe code into Common.xsl
2004-08-20 05:40:42 +00:00
Chris Danford
37f6c81862
add XSL for Catalog.xml
...
fold CSS into XML
2004-08-20 05:22:46 +00:00
Glenn Maynard
79a3a9aebc
const m_pCurAnimation
2004-08-19 08:32:18 +00:00
Glenn Maynard
6fec08bba8
move most of Model::LoadMilkshapeAsciiBones into msAnimation::LoadMilkshapeAsciiBones
2004-08-19 08:29:16 +00:00
Glenn Maynard
bbc55a3a1a
start animations in LoadPieces, but not LoadMilkshapeAsciiBones
2004-08-19 08:15:35 +00:00
Glenn Maynard
e6bc94a4af
unwrap LoadMilkshapeAsciiBones (no other changes)
2004-08-19 07:47:56 +00:00
Steve Checkoway
73420d5aa1
Remove files, add -falign-loops=32
2004-08-19 06:26:42 +00:00
Glenn Maynard
4f12abec26
RageModelGeometry::m_pGeometry -> m_pCompiledGeometry, to
...
differentiate from Model::m_pGeometry
2004-08-19 06:24:41 +00:00
Glenn Maynard
65c6155f29
cleanup
2004-08-19 06:22:52 +00:00
Glenn Maynard
6fc52719cc
ARCH_SETUP_DARWIN_H
2004-08-19 05:58:29 +00:00
Chris Danford
2d1f89bfad
change edit file extension: .sm -> .edit
2004-08-19 04:45:02 +00:00
Chris Danford
962714a978
don't show Training in Catalog.xml
2004-08-19 04:37:47 +00:00
Chris Danford
80191a95cc
fix "Steps in Catalog.xml aren't ordered by StepsType/Difficulty"
2004-08-19 04:19:48 +00:00
Steve Checkoway
505b357616
Cleanup.
2004-08-19 02:58:38 +00:00
Steve Checkoway
f30232cb0f
Don't do this if not running SM server.
2004-08-19 02:47:08 +00:00
Steve Checkoway
74bfc030e4
Use RadianToDegree().
...
Cleanup braces.
#defines should never end with a semicolon since
STATEMENT
doesn't look like a complete statement (not to mention it fools editors that attempt to keep code indented correctly) and
STATEMENT;
can lead to annoying problems with things like
if (cond)
STATEMENT;
else
do_something();
since there are now two semicolons.
2004-08-19 02:35:40 +00:00
Glenn Maynard
7e26213408
simplify
2004-08-19 02:19:45 +00:00
Glenn Maynard
4595b7e34e
simplify
2004-08-19 02:13:07 +00:00
Glenn Maynard
4ebfff9551
oops, remove brainstorming
2004-08-19 01:51:09 +00:00
Glenn Maynard
cf725075fe
split out DrawMesh
...
cleanup
2004-08-19 01:47:58 +00:00
Glenn Maynard
e0fe0e6ddd
reduce Model.h dependencies
2004-08-19 01:29:46 +00:00
Glenn Maynard
350d3771b8
dep fix
2004-08-19 01:18:11 +00:00
Glenn Maynard
b1b4163923
cleanup, split out Model::SetBones
2004-08-19 01:08:18 +00:00
Glenn Maynard
52b4620c3d
dep fix
2004-08-19 01:07:19 +00:00
Glenn Maynard
7a85791ecc
const fix
2004-08-19 01:05:57 +00:00
Glenn Maynard
cc5dfc9653
cleanup
2004-08-19 00:42:31 +00:00
Glenn Maynard
39988e2d93
cleanup
2004-08-19 00:36:11 +00:00
Glenn Maynard
40cecbcf50
word -> uint16_t (a "word" is architecture-specific)
2004-08-19 00:35:35 +00:00
Glenn Maynard
5cefb943ff
fix warnings
2004-08-19 00:22:29 +00:00
Glenn Maynard
b0084f0951
cleanup
2004-08-19 00:16:50 +00:00
Glenn Maynard
19207b986e
cleanup
2004-08-19 00:16:02 +00:00
Glenn Maynard
c06bed290d
cleanup
2004-08-19 00:07:53 +00:00
Glenn Maynard
cb344a63a2
save and restore the clipboard when using it internally
2004-08-18 23:02:27 +00:00
Glenn Maynard
fd7c6b131c
fix player options/song options BGM continuing to play after exiting in editor
2004-08-18 22:39:56 +00:00
Glenn Maynard
961e2ceeeb
cleanup
2004-08-18 22:10:24 +00:00
Glenn Maynard
1fdf3d68c2
s/TCHAR/char/
2004-08-18 22:09:23 +00:00
Glenn Maynard
0411171c9d
fix superfluous loading of default noteskin
2004-08-18 07:38:41 +00:00
Chris Danford
51feb824a6
hide some StepsTypes from catalog.xml
2004-08-18 06:38:22 +00:00
Glenn Maynard
107b2ed53c
cleanup msMaterial
2004-08-18 06:04:53 +00:00
Charles Lohr
6c34abf843
Fixed "Fix" and undid that SM_NET message thing, as per glenn's request.
2004-08-18 05:16:45 +00:00
Chris Danford
941a77964b
increase MAX_METER
2004-08-18 02:58:53 +00:00
Glenn Maynard
2fdb1cb61e
backslashes are not legal
2004-08-18 02:08:43 +00:00
Glenn Maynard
32e1205697
deps cleanup
2004-08-18 01:29:51 +00:00
Glenn Maynard
d4ab1b248a
re-fix
2004-08-18 01:28:58 +00:00
Glenn Maynard
a7a6fff6cf
If either player is enabled, you can use GAMESTATE->m_MasterPlayerNumber to get the
...
first that joined; do this instead of iterating. Remove redundant check. Style cleanup.
Charles, please make an effort to conform to the style of the rest of the codebase; you
keep committing stuff in a completely different style and others keep having to clean it up.
2004-08-18 01:23:34 +00:00
Charles Lohr
0decd5c7eb
ScreenMessaged' some stuff, and now shows "Initilizing Network" when attempting to connect to server on start.
2004-08-18 01:02:06 +00:00
Charles Lohr
c547fa8ebd
FIX: Core dump on failed name lookup.
2004-08-18 00:44:56 +00:00
Glenn Maynard
2b260f61e4
fix
2004-08-18 00:16:00 +00:00
Glenn Maynard
dd2415bb90
fix compile
2004-08-17 23:50:59 +00:00
Glenn Maynard
671a563e22
simplify
2004-08-17 20:38:24 +00:00