Commit Graph
1210 Commits
Author SHA1 Message Date
Glenn Maynard acf9c6b5fc update 2002-12-10 10:51:37 +00:00
Glenn Maynard 43646afae8 update 2002-12-10 10:49:25 +00:00
Glenn Maynard 600371a871 RageSound -> RageSoundBass 2002-12-10 08:19:18 +00:00
Glenn Maynard d53b67e0cf disable another warning 2002-12-10 08:16:25 +00:00
Glenn Maynard ad7b9dc604 remove unneeded includes 2002-12-10 08:13:29 +00:00
Glenn Maynard c89b8bbecd Save prefs explicitly, not in ~PrefsManager, so we don't try to save
if one of the other classes threw an exception.
2002-12-09 22:31:21 +00:00
Glenn Maynard fddcc849b2 remove HRESULT log and exception ctors; use hr_ssprintf instead 2002-12-09 22:25:57 +00:00
Glenn Maynard bee3937d59 fix ` 2002-12-09 22:24:15 +00:00
Chris Danford 54ce58197f no message 2002-12-09 18:03:38 +00:00
Glenn Maynard aa12b73386 fix a tween overflow 2002-12-09 04:48:36 +00:00
Glenn Maynard 0984cfd15d add hr_ssprintf; remove a bunch of empty comments 2002-12-09 03:09:59 +00:00
Brendan Walker e731ee03ed Rewrote DCC server to allow for multiple threads, also added DCC recv.
(DCC recv still broken, threading buggy)
2002-12-08 19:40:18 +00:00
Glenn Maynard fab23817c5 fix deadlock when we crash in a different thread 2002-12-07 07:34:39 +00:00
Glenn Maynard 59317c18c2 narrow the radar width a bit (this should be a theme metric) 2002-12-07 06:22:35 +00:00
Glenn Maynard c41b0bf85a Remove the line loop width hack. It sometimes makes things worse ... 2002-12-07 06:20:47 +00:00
Andrew Livy ceb2fc0c25 Started work on the Banner Scrolling List style Music Select (as used by pump/ez2/para/3ddx/bm/3rd mix and older). It's far from finished, but is a start, also updated some para graphics. This compiles in VC6. the Project will compile it all, as for any other makefiles kicking around (like unix makefiles) I dont know whats what so these have not been updated. Thanks. 2002-12-05 03:49:46 +00:00
Brendan Walker 29ed126829 Added Modified version of RageUtil.cpp/.h to smlobby module to eliminate conflictions between MFC's and Stepmania's CString.
Also tweeked the project files to get it to compile...
2002-12-05 00:39:35 +00:00
Chris Danford 4d1da44edb Added song discovery (untested) 2002-12-03 07:20:41 +00:00
Brendan Walker 28cd1793ee Moved Code base to new location, added in aforementioned DCC code 2002-12-03 03:19:51 +00:00
Glenn Maynard 2969a13de4 reenable assert checking 2002-12-03 01:26:36 +00:00
Glenn Maynard 1dd92fe563 readd crash handler
Don't init the SDL parachute in Windows; it'll override our crash handler.
2002-12-03 00:35:34 +00:00
Glenn Maynard 807c6503ba readd crash handler 2002-12-03 00:35:05 +00:00
Glenn Maynard 738107bb70 Don't reinit the SDL; it causes problems with the error handler. 2002-12-03 00:33:34 +00:00
Glenn Maynard 236c168826 make the crash handler work again 2002-12-03 00:13:15 +00:00
Glenn Maynard 710c1de072 updated libraries (non-debug CRT) 2002-12-02 23:30:44 +00:00
Glenn Maynard 5162d48fca add VC7 CRT 2002-12-02 23:30:04 +00:00
Glenn Maynard a4f39d9839 updated libraries (non-debug CRT) 2002-12-02 23:15:52 +00:00
Glenn Maynard 077224bff6 Switch to non-debug CRT.
Add networking files for VC7.

This turns off global optimizations in VC7.  They take a very long time;
without them, release linking takes only three or four seconds on my
computer, which is useful when profiling.  It shouldn't really matter, since
our releases are still compiled with VC6, I think ...
2002-12-02 23:15:09 +00:00
Glenn Maynard 11cab9f5a2 temporarily disable asserts; they need debug CRTs. (They'll come
back shortly, when I reenable the crash handler ...)
2002-12-02 22:58:03 +00:00
Glenn Maynard 74c02a04c7 Remove memleak checks. We're switching everything to non-debug
CRT libraries (not worth the headaches).
2002-12-02 22:57:13 +00:00
Glenn Maynard ed327e49e0 VC6 apparently can't link to *static* .lib's compiled by VC7.
Switch everything to Multithread DLL (some of these weren't).  We don't
actually use most of plib; just to avoid confusion later.
2002-12-02 22:49:26 +00:00
Glenn Maynard a6f60bf6e7 Not presently debugging plib, and it's not *needed* anymore, so don't
link to *_d for plib.
2002-12-02 22:45:57 +00:00
Chris Danford 840caa7a2c moved lobby from separate module to below /src 2002-12-02 05:44:00 +00:00
Chris Danford ca7c1ab78f working on mulitplayer 2002-12-02 05:25:44 +00:00
Chris Danford d377737f9f fixing linking error b/c wrong plib library 2002-12-01 19:12:02 +00:00
Glenn Maynard e0e0c8623e remove now-unnecessary share hack from Pump code 2002-11-29 22:06:51 +00:00
Glenn Maynard 264027fea3 Old Pump hack not needed; this crash doesn't happen with the
old DI interface the SDL uses.
2002-11-29 21:57:47 +00:00
Chris Danford 4a588230e1 DirectInput replaced with SDL's input routines. Keyboard works, but joystick and pump are untested. 2002-11-29 20:37:12 +00:00
Victor Trucco 529057a85e correct Mirror Mode in Pump 2002-11-29 16:45:22 +00:00
Chris Danford 04e2c0b68c More movie texture work. Changed plib's release CRT version to "Multithreaded DLL". 2002-11-28 20:48:00 +00:00
Chris Danford 4e4c143223 RageMovieTexture working again. Probably doesn't work on texture size-limited cards (Voodoo3). 2002-11-26 01:17:43 +00:00
Glenn Maynard ed9a07df76 fix dithering when dest has alpha and source does not; also fix it
when dest has more alpha bits than the source (rare)
2002-11-25 09:37:45 +00:00
Chris Danford 285a9099e1 Fixed bug in SDL_OrderedDither that causes incorrect alpha values if src has 0 alpha bits 2002-11-25 04:23:33 +00:00
Glenn Maynard 3f8785113e some more minor optimizations 2002-11-24 06:59:58 +00:00
Glenn Maynard 370925bba7 Some optimization. (Still too slow, but it's an improvement ...) 2002-11-24 05:41:05 +00:00
Chris Gilbert 2751fed244 Added #include "stdafx.h" to fix compile problem. 2002-11-23 19:33:04 +00:00
Glenn Maynard 628b0a36a0 fix stretch 2002-11-21 22:34:37 +00:00
Glenn Maynard 2cdd509a92 Texture parameters are bound to the texture, and aren't generic
OpenGL state, so we need to set the texture *before* setting other
stuff up.
2002-11-21 22:25:00 +00:00
Glenn Maynard da226d2f57 fix flushing on systems without the texture combining extension 2002-11-21 09:19:36 +00:00
Glenn Maynard 0812be2332 for now, throw on failed image load 2002-11-21 00:54:28 +00:00