Commit Graph

1601 Commits

Author SHA1 Message Date
Glenn Maynard ebcfb764ac add font reloading 2003-01-10 02:27:23 +00:00
Chris Danford 21ab45ec96 fixed broken screen gameplay, started adding coin-op logic 2003-01-10 02:22:07 +00:00
Glenn Maynard ae81b1c4c6 Er. After trying to implement FontManager::Reload(), and struggling,
restructure this stuff to make more sense (and be simpler) ...
2003-01-10 02:02:51 +00:00
Glenn Maynard 45d52d0a7e Recursively-loaded fonts are loaded completely--they'll never be
copies of already-loaded fonts.  This simplifies things, and isn't likely
to be a real problem; we'll have just a few copies of the default font,
and the underlying texture is still refcounted.
2003-01-10 00:31:46 +00:00
Glenn Maynard 1d961c3c31 add WcharDisplayText 2003-01-09 23:53:14 +00:00
Glenn Maynard ab079c4afb No real changes, just testing syncmail ... 2003-01-09 21:39:37 +00:00
Glenn Maynard 28294496a2 remove old TranslateLocal comment 2003-01-09 21:21:08 +00:00
Glenn Maynard 217ce59155 pull this out of the header 2003-01-09 09:01:20 +00:00
Glenn Maynard 0980891b5a Try not to write UTF-8 to DWIs. 2003-01-09 09:00:40 +00:00
Glenn Maynard 7acd31aafc update 2003-01-09 08:16:09 +00:00
Glenn Maynard d4b53c6979 allow 32nd notes in the editor 2003-01-09 08:12:52 +00:00
Glenn Maynard 1f81d8a996 increase rows_per_beat, so we can properly handle 32nd notes 2003-01-09 08:12:19 +00:00
Chris Danford d5bb8a3ada Fixed silly joystick axis bug. 2003-01-09 07:51:49 +00:00
Chris Danford 22bb938dd2 Fixed silly joystick axis bug. 2003-01-09 07:46:45 +00:00
Glenn Maynard 1b4ef26e5b remove another set of old texel alignment shifts 2003-01-09 05:53:31 +00:00
Glenn Maynard 93ca3f9aba make this thing link again ... 2003-01-09 05:02:54 +00:00
Glenn Maynard 10e7effb5b fix crash 2003-01-09 05:02:29 +00:00
Glenn Maynard ff40f5057d err, not yet 2003-01-09 04:48:29 +00:00
Glenn Maynard d53e4337e0 no alpha for static backgrounds 2003-01-09 04:47:23 +00:00
Glenn Maynard 5c2f183669 sandbox is now a sandbox again; add a Test container, move
the sound test into a separate screen and add a font test
2003-01-09 04:45:49 +00:00
Glenn Maynard 3f3032e89d add comment 2003-01-09 04:40:57 +00:00
Glenn Maynard a2ea57320b gone 2003-01-09 04:40:31 +00:00
Glenn Maynard 6ee211e7fa fix and flatten EnterPerspective 2003-01-09 04:35:20 +00:00
Glenn Maynard 0a9a25bf3f extra include 2003-01-09 04:05:40 +00:00
Glenn Maynard ed3e31fb86 this texture load doesn't actually do anything anymore 2003-01-09 02:58:59 +00:00
Glenn Maynard 271536078e fix texture searching (don't reuse a texture if it has different attributes,
as intended)
2003-01-09 02:58:16 +00:00
Glenn Maynard 379b4806ef add RageTextureID::equal 2003-01-09 02:55:16 +00:00
Chris Danford 2171a071dc removed RageNetwork*, added attract sequence 2003-01-08 23:43:54 +00:00
Glenn Maynard 8c4a024888 get rid of vertex queue 2003-01-08 23:16:28 +00:00
Glenn Maynard 185b128ab1 do some queuing in NoteDisplay instead of RageDisplay;
get rid of pixel-shifting
2003-01-08 23:15:06 +00:00
Glenn Maynard 7e45cabbb1 get rid of the matrix stack; use opengl's 2003-01-08 22:30:32 +00:00
Glenn Maynard 19ced1fdc3 "view transform" is never used 2003-01-08 21:00:51 +00:00
Glenn Maynard 8b17dac094 fix crash on texture leak 2003-01-08 06:51:54 +00:00
Glenn Maynard d0a9ddc41b comment out unfinished code 2003-01-08 06:06:15 +00:00
Glenn Maynard fa90df76c9 change titles to use placeholders (hardcoded for now) 2003-01-08 06:02:02 +00:00
Glenn Maynard 7a9a06505e fix filename 2003-01-08 05:58:10 +00:00
Chris Danford 7d1c2ea22e removed dependency on plib, updated installer, fixed warnings 2003-01-08 04:16:39 +00:00
Glenn Maynard 5462cb2f6e make the default texture color depth 32 2003-01-08 03:29:22 +00:00
Glenn Maynard 0452b492c5 update font stuff 2003-01-08 02:32:30 +00:00
Glenn Maynard b09c5702b4 Double-check the buffer size.
Don't use DSBCAPS_STATIC.
2003-01-08 01:36:06 +00:00
Glenn Maynard 81e8f26db9 removed 2003-01-08 01:30:21 +00:00
Glenn Maynard 92d2a28940 set mixer volume 2003-01-08 00:44:17 +00:00
Glenn Maynard 89a3690d59 fix 2003-01-08 00:43:40 +00:00
Glenn Maynard ec44fe4515 extra load 2003-01-07 22:56:02 +00:00
Chris Danford 471fc08e51 Fixed VC6-specific compile errors 2003-01-07 08:16:55 +00:00
Glenn Maynard a1f7624847 small fixes 2003-01-07 04:02:57 +00:00
Glenn Maynard aaca29fa5f use the real internal-use reserved codepoints 2003-01-07 03:56:47 +00:00
Glenn Maynard 0797cdb4bd rename GetPCM -> GetData in drivers (confusing) 2003-01-07 03:55:43 +00:00
Glenn Maynard 16ece799d9 rough sound driver docs; needs work 2003-01-07 03:38:12 +00:00
Glenn Maynard 31234c5c5f lower dependencies 2003-01-07 03:04:32 +00:00