Commit Graph
12725 Commits
Author SHA1 Message Date
Glenn Maynard f83391d953 checkpoints 2004-12-14 02:11:38 +00:00
Glenn Maynard 0300454337 fix warning 2004-12-14 01:50:40 +00:00
Steve Checkoway c29b5a76cc update 2004-12-13 05:17:01 +00:00
Glenn Maynard 444c9e0b49 gzip/gunzip support 2004-12-13 04:18:04 +00:00
Glenn Maynard 1fdbf55723 fix 2004-12-13 04:04:11 +00:00
Glenn Maynard 328ddf6b2e minor fixes 2004-12-13 00:21:06 +00:00
Glenn Maynard 36990c4a4c uint32_t crc32s; allow partial checksums 2004-12-13 00:19:15 +00:00
Steve Checkoway 73e5f1092f Unused variable. 2004-12-12 09:58:14 +00:00
Glenn Maynard b03207d6f5 automatic crc32 calc; a couple extra helpers 2004-12-12 04:38:17 +00:00
Glenn Maynard ea79ec3e1b add RageFileDriverSlice::DeleteFileWhenFinished 2004-12-12 04:07:22 +00:00
Glenn Maynard fdf6ad8735 fix standard crc32 2004-12-12 01:39:30 +00:00
Glenn Maynard 4e1298d6a2 type cleanup 2004-12-12 00:54:44 +00:00
Ryan Dortmans 566e3aa22e Updated file references 2004-12-12 00:25:13 +00:00
Ryan Dortmans 435d25ef6b Removed new.h reference 2004-12-12 00:24:19 +00:00
Ryan Dortmans 690bbffe1e Added new.h reference 2004-12-12 00:23:32 +00:00
Glenn Maynard 3b9f86422c split out CRC32 code 2004-12-11 23:33:11 +00:00
Glenn Maynard 41fe581e81 DeleteFileWhenFinished() 2004-12-11 23:10:30 +00:00
Glenn Maynard 4386b9bc83 add deflate compressing (simple, since we already use zlib) 2004-12-11 23:06:34 +00:00
Glenn Maynard d171b8e306 don't always free pFile from ~RageFileObjInflate 2004-12-11 22:57:03 +00:00
Glenn Maynard d924734232 track file position for writes, too 2004-12-11 22:51:07 +00:00
Glenn Maynard 1e4eb54010 update comment 2004-12-11 22:31:21 +00:00
Glenn Maynard f504d87bed don't load "" 2004-12-11 22:29:55 +00:00
Glenn Maynard 951206881d fix loading "" 2004-12-11 22:08:49 +00:00
Glenn Maynard 56231370fe fix warnings (format is "1:1")
no need to specify these; this is only really needed for menus that give
options in two dimensions, the defaults are usually fine
2004-12-11 21:55:13 +00:00
Glenn Maynard b25dfebb5b fix options menu selection 2004-12-11 21:49:55 +00:00
Glenn Maynard 29620a19bf make 0% RandomSpeed no effect (like other mods), instead of 100%
fix options menu selection
2004-12-11 21:48:32 +00:00
Glenn Maynard 294ddd9100 fix unnecessary drawing 2004-12-11 12:58:34 +00:00
Glenn Maynard bd2bd7e2bf real arrow visibility fix
fix numbers not actually being random
2004-12-11 12:31:17 +00:00
Glenn Maynard d9843f67f1 arrow visibility fix 2004-12-11 12:11:36 +00:00
Glenn Maynard e9dde787f3 simplify 2004-12-11 11:58:56 +00:00
Steven Towle e7f1204f41 added random speed modifier (as an experiment for random variables in modifiers) 2004-12-11 11:06:41 +00:00
Chris Danford bdc8ded3cc move background back into ScreenStage because it loads from a special theme element name 2004-12-11 10:23:55 +00:00
Chris Danford a37c18fbb0 don't use a background for ScreenGameplay 2004-12-11 10:23:06 +00:00
Chris Danford 083db90df8 unload BGA for screens that don't have a background 2004-12-11 10:22:42 +00:00
Chris Danford 7d26f28dee whoops. Fix AV on creation of first screen. 2004-12-11 10:03:39 +00:00
Glenn Maynard b55604f1df update 2004-12-11 09:56:28 +00:00
Chris Danford 8da1e887f4 fix wrong background loaded after a ScreenBranch 2004-12-11 09:54:08 +00:00
Chris Danford 2185c82ff8 ScreenBranch shouldn't try to load a background 2004-12-11 09:50:09 +00:00
Chris Danford 104b18f820 fix VC6 project missing files 2004-12-11 09:23:46 +00:00
Chris Danford d0cece9bea cleanup 2004-12-11 09:14:52 +00:00
Chris Danford cc89b5a7b9 fix options screen always selects first choice in each row 2004-12-11 09:13:28 +00:00
Chris Danford 37cff8a09e don't unload resources shared between backgrounds when loading a new background 2004-12-11 08:35:23 +00:00
Glenn Maynard 4059c657ca split out deflate compression layer; this could also be used with gzip 2004-12-11 08:03:39 +00:00
Glenn Maynard 3e1bc98856 move some ZIP handling code into RageFileDriverSlice 2004-12-11 06:35:41 +00:00
Glenn Maynard 10e47f27e8 Run the absolute seek test twice. 2004-12-11 04:50:12 +00:00
Glenn Maynard 752d4ecdb8 simplify: use RageFileObjZipStored to create an abstract "file" within the ZIP, which is them simply passed to RageFileObjZipDeflate if it's compressed. 2004-12-11 04:48:16 +00:00
Glenn Maynard 1552944b98 generalize/cleanup 2004-12-11 04:23:48 +00:00
Glenn Maynard de0eed990d generalize/cleanup 2004-12-11 04:16:49 +00:00
Glenn Maynard dd18027478 optimization 2004-12-11 04:03:12 +00:00
Chris Danford 848d302c70 update VC6 project 2004-12-11 03:35:33 +00:00