Chris Danford
74749a19bb
move localized string to separate file
2005-12-22 03:10:04 +00:00
Chris Danford
353e0c5b6e
break up arch stuff into smaller .cpp files to fix smpackage build and not pull in unnecessary stuff
2005-12-16 04:16:09 +00:00
Glenn Maynard
9b2550611e
fix tests link
2005-12-10 18:51:28 +00:00
Glenn Maynard
b84c910e90
fix compile
2005-12-10 18:04:43 +00:00
Chris Danford
09d8307a83
add new files
2005-12-10 08:11:52 +00:00
Glenn Maynard
8c8c5c2dc7
use librt and CLOCK_MONOTONIC
2005-12-08 22:10:51 +00:00
Chris Danford
cbe4ef50b5
Add edit management screen
2005-11-30 22:42:28 +00:00
Chris Danford
cd9cf4c1e2
move some service menu actions from GameCommand into ScreenServiceAction
2005-11-29 23:15:11 +00:00
Glenn Maynard
d9cd9a1d8c
update
2005-10-28 06:09:27 +00:00
Glenn Maynard
ac696aebe8
fix up test builds
2005-10-27 18:07:51 +00:00
Glenn Maynard
e1d7b101fd
theora
2005-10-20 21:01:57 +00:00
Glenn Maynard
4936bf69c1
add MovieTexture_Generic
2005-10-20 20:31:16 +00:00
Glenn Maynard
1a1a5bd01e
remove SDL from Makefile; used only by Mac build now
2005-10-17 02:37:14 +00:00
Glenn Maynard
8269bebe3c
remove HoldGhostArrow
2005-10-12 05:28:25 +00:00
Steve Checkoway
74788af655
Fix compile (but not link--see list) on PPC linux.
2005-10-08 11:56:36 +00:00
Chris Danford
0f07808ecc
Use generic names for score values since they are treated genericly by the code.
...
Theme changes coming...
2005-10-08 02:10:32 +00:00
Glenn Maynard
9217d8b333
update
2005-10-06 01:29:02 +00:00
Chris Danford
7cb3a12722
move stats and skips into ScreenStatsOverlay
2005-10-04 06:02:18 +00:00
Glenn Maynard
aab04cc13f
update
2005-09-27 18:14:17 +00:00
Chris Danford
788f6e8126
working on lesson mode
2005-09-08 22:47:16 +00:00
Glenn Maynard
9017c0ffd6
update
2005-09-04 01:08:51 +00:00
Glenn Maynard
1f43aa0a17
fix build
2005-09-03 23:03:20 +00:00
Chris Danford
24440aa3bf
move Trasform caching out of ActorScroller and into LuaExpressionTransform so that ScreenOptions can use it too.
...
add RowOn/OffCommand to ScreenOptions
2005-09-03 17:37:42 +00:00
Ben Anderson
ac39d8ef1f
Don't revert without fixing the original problem! Fixing Linux compile without WITHOUT_NETWORKING _again_
2005-09-02 16:37:31 +00:00
Chris Danford
96b28c7522
fix compile
2005-08-30 08:29:15 +00:00
Chris Danford
9930853b8c
fix compile
2005-08-30 08:20:25 +00:00
Glenn Maynard
c9c73ca30a
add ScreenGameplayMultiplayer
2005-08-30 07:41:20 +00:00
Chris Danford
be1039221e
add ScreenEvaluationMultiplayer
2005-08-28 08:59:46 +00:00
Chris Danford
89482ce6ba
add PlayerScoreList
2005-08-26 17:32:11 +00:00
Ben Anderson
ac9d86f54d
Remove dupe ScreenGameplayMultiplayer
2005-08-24 01:02:21 +00:00
Chris Danford
f71cb1cdcf
merge Multiplayer into ScreenGameplay. This needs cleanup.
2005-08-23 21:38:51 +00:00
Chris Danford
7acbfe9cee
add ScreenJoinMultiplayer
2005-08-20 22:47:24 +00:00
Chris Danford
e50a401341
move Character stuff out of messy GAMESTATE and into CHARMAN
2005-08-14 12:06:40 +00:00
Chris Danford
68f8e632f0
Add new ScreenOptionsManageProfiles
2005-08-04 21:13:29 +00:00
Chris Danford
fdac906edb
add missing Course*CRS files
2005-07-31 19:49:40 +00:00
Chris Danford
e3167a82d8
working on new course edit screens
2005-07-30 19:34:23 +00:00
Glenn Maynard
99f720f6ab
update
2005-07-29 03:56:39 +00:00
Chris Danford
1793d5ceb6
working on improved course editor
2005-07-29 02:42:34 +00:00
Glenn Maynard
d23b98694e
update
2005-07-15 21:37:17 +00:00
Glenn Maynard
6e5a6e116c
fix
2005-07-14 08:11:04 +00:00
Chris Danford
295424aa6f
fix build
2005-07-13 20:33:14 +00:00
Glenn Maynard
02fb825df7
GameLoop
2005-07-13 01:01:08 +00:00
Glenn Maynard
43503acd5b
test build fix
2005-07-09 03:21:14 +00:00
Glenn Maynard
488c6e952e
remove ScreenBranch
2005-07-06 06:04:38 +00:00
Ben Anderson
02f51eae1f
Add RageTexturePreloader; remove EditCoursesMenu
2005-06-30 23:14:57 +00:00
Chris Danford
dda77894e8
Remove CourseEntryType. Instead, treat each CourseEntry property as a filter.
2005-06-27 04:41:36 +00:00
Glenn Maynard
388f5f905c
remove ScreenLogo
2005-06-25 03:46:49 +00:00
Glenn Maynard
ba207c5140
remove GrooveGraph
2005-06-23 02:47:43 +00:00
Glenn Maynard
9f51cfbf5a
add LuaBinding
2005-06-20 04:13:04 +00:00
Glenn Maynard
722357f566
move X11Helper.cpp to LowLevelWindow. All binaries get everything
...
in ArchHooks; it's a catch-all for arch-specific stuff that doesn't
fit anywhere else, but if we put things that require specific libraries,
all tests and other binaries need to link to every system library,
even when not used. It's fine to leave the file in ArchHooks for now;
X11 is currently effectively Unix-specific anyway and it's not worth
losing change history for a small build fix. (fixes test builds)
2005-06-04 00:05:57 +00:00