Glenn Maynard
|
2fac031f15
|
const
|
2005-09-06 03:39:58 +00:00 |
|
Glenn Maynard
|
d48dffeaf2
|
cleanup
|
2005-09-06 03:37:54 +00:00 |
|
Glenn Maynard
|
76b98ce386
|
cleanup
|
2005-09-06 00:58:17 +00:00 |
|
Glenn Maynard
|
e676f9449d
|
remove unused escaping stuff (don't think this is even part of XML)
|
2005-09-05 23:22:15 +00:00 |
|
Jared Hendry
|
83632f4f58
|
Add files.
|
2005-09-05 08:52:29 +00:00 |
|
Glenn Maynard
|
5c36adb84d
|
faster, simpler GetFrameDimensionsFromFileName
|
2005-09-05 05:38:24 +00:00 |
|
Glenn Maynard
|
f2984b0dcf
|
support loading precompiled Lua chunks, for faster loading--compiling
Lua can be slow.
|
2005-09-05 05:32:08 +00:00 |
|
Glenn Maynard
|
4399f2ff0f
|
cleanup
|
2005-09-05 03:24:14 +00:00 |
|
Chris Danford
|
bb10c7c21f
|
pass around InputEventPlus in Screen::Input instead of multiple input structures
|
2005-09-05 02:26:50 +00:00 |
|
Chris Danford
|
056dd1b1d5
|
fix crash in ~Character when deleting Characters that failed to load
|
2005-09-05 02:19:47 +00:00 |
|
Chris Danford
|
ca22d71ba4
|
check invalid values in MultiPlayer conversions
|
2005-09-05 02:19:01 +00:00 |
|
Glenn Maynard
|
6715dac653
|
Don't auto-quote command parameters (make it easier to parse commands
from other tools).
|
2005-09-04 23:54:07 +00:00 |
|
Glenn Maynard
|
26b8e5c0fb
|
do sorting and filtering only once, not once per profile
|
2005-09-04 23:29:31 +00:00 |
|
Glenn Maynard
|
3ec39c7fc2
|
Don't refresh note skins every time we reset.
|
2005-09-04 23:16:38 +00:00 |
|
Glenn Maynard
|
852558eb06
|
replace slow entity parsing code
|
2005-09-04 23:05:58 +00:00 |
|
Glenn Maynard
|
7a561fc4d5
|
move helpers into RageUtil
ToLower attributs, not ToUpper
|
2005-09-04 23:04:21 +00:00 |
|
Glenn Maynard
|
7c88d5ed88
|
cleanup
|
2005-09-04 21:59:00 +00:00 |
|
Glenn Maynard
|
a23620b72f
|
fix compiling regex repeatedly
|
2005-09-04 19:32:58 +00:00 |
|
Glenn Maynard
|
3bd3fabc44
|
fix Character::UndemandGraphics unloading graphics too early if used
by multiple screens at once
|
2005-09-04 18:25:09 +00:00 |
|
Glenn Maynard
|
e60e016ce8
|
comment
|
2005-09-04 18:00:44 +00:00 |
|
Chris Danford
|
abaaa199f2
|
fix output dir
|
2005-09-04 17:22:40 +00:00 |
|
Chris Danford
|
48ebc53549
|
return NULL -> return CString() for clarity and efficiency
|
2005-09-04 16:55:21 +00:00 |
|
Chris Danford
|
c414d1bcf8
|
fix _DEBUG compile errors
|
2005-09-04 16:45:38 +00:00 |
|
Glenn Maynard
|
5dd7b77246
|
fix warning
|
2005-09-04 05:27:11 +00:00 |
|
Glenn Maynard
|
fa2fa3d526
|
rename GetMetricRaw overload to GetMetricRawRecursive for clarity
|
2005-09-04 05:26:44 +00:00 |
|
Glenn Maynard
|
286c008b41
|
optimize: take CString&, not char*; passing char* causes a CString to be
constructed from it when we use it, which is a waste, since it often comes from
a CString already
cleanup
|
2005-09-04 05:12:48 +00:00 |
|
Glenn Maynard
|
6149d63867
|
reduce file op overhead; fix some obscure long-standing race conditions
with Unmount due to broken refcounting
|
2005-09-04 04:57:26 +00:00 |
|
Glenn Maynard
|
35272e5f9e
|
remove unused
|
2005-09-04 03:38:14 +00:00 |
|
Glenn Maynard
|
a78bfa7a29
|
res specs are always "2x3", not "2X3"
|
2005-09-04 03:30:53 +00:00 |
|
Renaud Lepage
|
5952d019f2
|
We still need HelpDisplay.h for mapping controllers on Xbox.
|
2005-09-04 01:14:07 +00:00 |
|
Glenn Maynard
|
9017c0ffd6
|
update
|
2005-09-04 01:08:51 +00:00 |
|
Glenn Maynard
|
14e6059328
|
cleanup
|
2005-09-03 23:49:19 +00:00 |
|
Glenn Maynard
|
9f996dc14e
|
SaveMachineProfile returns no values
|
2005-09-03 23:43:16 +00:00 |
|
Glenn Maynard
|
8b0bd8fd11
|
cleanup
|
2005-09-03 23:42:51 +00:00 |
|
Glenn Maynard
|
59165f49e4
|
fix warning
|
2005-09-03 23:13:15 +00:00 |
|
Glenn Maynard
|
be662eb724
|
cleanup
|
2005-09-03 23:08:43 +00:00 |
|
Glenn Maynard
|
aee7281ab4
|
use Actor for a dummy class, not Sprite
|
2005-09-03 23:07:56 +00:00 |
|
Glenn Maynard
|
90f4a5a1d8
|
minor cleanup
|
2005-09-03 23:07:28 +00:00 |
|
Glenn Maynard
|
1f43aa0a17
|
fix build
|
2005-09-03 23:03:20 +00:00 |
|
Glenn Maynard
|
a60dd2ec38
|
fix edge diffuse colors with fade
|
2005-09-03 22:44:11 +00:00 |
|
Glenn Maynard
|
c2310eeab5
|
whoops. Fix variable name conflict.
|
2005-09-03 22:09:14 +00:00 |
|
Glenn Maynard
|
4f5a07388a
|
cleanup
|
2005-09-03 21:28:34 +00:00 |
|
Glenn Maynard
|
7c7c547131
|
missing headers
|
2005-09-03 21:26:04 +00:00 |
|
Glenn Maynard
|
46fb678d5c
|
general cleanups
|
2005-09-03 21:18:59 +00:00 |
|
Glenn Maynard
|
c03b9539c5
|
RFManager doesn't track open files (avoidable overhead). Copy and delete
directly.
|
2005-09-03 21:18:27 +00:00 |
|
Glenn Maynard
|
6aa187a695
|
cleanup
|
2005-09-03 20:57:58 +00:00 |
|
Glenn Maynard
|
fe6ee585e5
|
optimize
|
2005-09-03 19:00:27 +00:00 |
|
Glenn Maynard
|
4ff6d2ca3e
|
optimize
|
2005-09-03 18:42:28 +00:00 |
|
Glenn Maynard
|
f9005f72b9
|
cleanup
|
2005-09-03 18:40:21 +00:00 |
|
Glenn Maynard
|
4d2f2308bd
|
simplify
|
2005-09-03 18:22:41 +00:00 |
|