Glenn Maynard
|
f4b442cf23
|
const fix
|
2004-03-19 08:18:54 +00:00 |
|
Glenn Maynard
|
f64db13d4d
|
fix
|
2004-03-19 08:18:22 +00:00 |
|
Glenn Maynard
|
0b34216843
|
OS X crash handling cleanup
|
2004-03-19 08:17:44 +00:00 |
|
Glenn Maynard
|
27b31c86dd
|
use ForceCrashHandler
|
2004-03-19 07:32:06 +00:00 |
|
Glenn Maynard
|
53ba5a735f
|
signal.h
|
2004-03-19 07:08:40 +00:00 |
|
Glenn Maynard
|
58067a1625
|
cleanup
|
2004-03-19 07:03:42 +00:00 |
|
Glenn Maynard
|
f7d681e72f
|
add CrashData struct
log more detailed signal information
|
2004-03-19 06:56:18 +00:00 |
|
Glenn Maynard
|
01acd9442c
|
const fix
|
2004-03-19 06:25:45 +00:00 |
|
Glenn Maynard
|
4d4493c449
|
cleanup
|
2004-03-19 05:04:04 +00:00 |
|
Glenn Maynard
|
7f7667cac7
|
use ucontext_t
|
2004-03-19 05:03:19 +00:00 |
|
Glenn Maynard
|
97d6a7f3b0
|
int signal, siginfo_t *si, const ucontext_t *uc
|
2004-03-19 05:01:53 +00:00 |
|
Glenn Maynard
|
8b5d89b8f8
|
pass siginfo_t and ucontext_t to signal handlers
|
2004-03-19 05:01:23 +00:00 |
|
Glenn Maynard
|
4ad45bbd7f
|
sa.sa_handler -> sa.sa_flags
use SA_NODEFER
|
2004-03-19 04:43:24 +00:00 |
|
Glenn Maynard
|
03c9ff66e4
|
Block SIGPIPE in CrashSignalHandler.
|
2004-03-19 03:23:42 +00:00 |
|
Glenn Maynard
|
877cb324d1
|
better output on extra signal
|
2004-03-19 03:13:27 +00:00 |
|
Glenn Maynard
|
5a33daf6c7
|
fix sprite
|
2004-03-19 02:44:26 +00:00 |
|
Glenn Maynard
|
96ee7b6028
|
improve output
|
2004-03-19 02:44:04 +00:00 |
|
Glenn Maynard
|
a330623cab
|
show edit name, not ambiguous "EDIT"
|
2004-03-19 02:30:46 +00:00 |
|
Glenn Maynard
|
f5d2ddb719
|
fix stealth (can't multiply fVisibleAdjust; it starts at 0)
|
2004-03-19 02:21:51 +00:00 |
|
Glenn Maynard
|
c069732f02
|
fix vorbis when only static libraries are available
|
2004-03-19 02:05:55 +00:00 |
|
Glenn Maynard
|
e490422f82
|
cleanup
|
2004-03-19 01:32:55 +00:00 |
|
Glenn Maynard
|
45097b9811
|
simplify
|
2004-03-19 01:32:03 +00:00 |
|
Glenn Maynard
|
a4adcfae28
|
fix Windows compile (nobody noticed?)
|
2004-03-19 01:21:35 +00:00 |
|
Glenn Maynard
|
a0c58e3c04
|
simplify RageSound_DSound_Software with RageSound_Generic_Software
|
2004-03-18 04:27:22 +00:00 |
|
Glenn Maynard
|
ae07456590
|
simplify RageSound_WaveOut with RageSound_Generic_Software
|
2004-03-18 04:19:03 +00:00 |
|
Glenn Maynard
|
cd3feefb6c
|
update
|
2004-03-18 04:17:16 +00:00 |
|
Glenn Maynard
|
5224689df7
|
fix warning
|
2004-03-18 04:15:01 +00:00 |
|
Glenn Maynard
|
82ac2755b9
|
add base class for generic software-mixing sound drivers
|
2004-03-18 04:12:41 +00:00 |
|
Glenn Maynard
|
4c9be566f1
|
fix alloc error
|
2004-03-18 04:10:50 +00:00 |
|
Glenn Maynard
|
dcb33fe120
|
split out GetDataToPlay from GetPCM
|
2004-03-18 03:30:36 +00:00 |
|
Glenn Maynard
|
f59f22d1fd
|
RageSoundManager::CommitPlayingPosition, RageSoundManager::FlushPosMapQueue
|
2004-03-18 03:04:44 +00:00 |
|
Glenn Maynard
|
8df036b3d8
|
more missing stdint types
|
2004-03-18 01:39:05 +00:00 |
|
Glenn Maynard
|
5788f354e6
|
typo
|
2004-03-18 01:32:40 +00:00 |
|
Glenn Maynard
|
6ea531d584
|
give each RageSound instance a unique ID
|
2004-03-18 01:31:34 +00:00 |
|
Glenn Maynard
|
7c001d6370
|
add offset param to SundMixBuffer::write()
|
2004-03-18 01:23:35 +00:00 |
|
Glenn Maynard
|
9ae558482a
|
fix trace
|
2004-03-17 05:06:49 +00:00 |
|
Glenn Maynard
|
ee2ebf509f
|
split target vars
|
2004-03-17 02:30:05 +00:00 |
|
Glenn Maynard
|
5e1aed24fe
|
better debug output
|
2004-03-16 05:02:57 +00:00 |
|
Glenn Maynard
|
59703ade1d
|
fix CreateDirectories on paths starting with /
|
2004-03-16 05:01:35 +00:00 |
|
Glenn Maynard
|
623b25407a
|
fix tests linking
|
2004-03-16 04:10:40 +00:00 |
|
Glenn Maynard
|
eb86c76b9f
|
Make CircBuf are lock-free, threadsafe buffer. (We don't actually
take advantage of this yet.)
|
2004-03-16 03:06:10 +00:00 |
|
Glenn Maynard
|
8fea22b51d
|
since m_iMaxHighScoresPerList is configurable, don't bail if records
graphics don't go high enough
|
2004-03-15 04:27:52 +00:00 |
|
Glenn Maynard
|
725cdd7e5b
|
unmount fix
|
2004-03-15 03:51:39 +00:00 |
|
Glenn Maynard
|
ed17ae0d3e
|
better error output
|
2004-03-15 03:43:43 +00:00 |
|
Glenn Maynard
|
7fb89b6f7a
|
explicitly unmount previous mounts
|
2004-03-15 03:15:22 +00:00 |
|
Glenn Maynard
|
bc1f3b60c0
|
explicitly unmount previous mounts
(this is not yet well-tested)
|
2004-03-15 03:07:58 +00:00 |
|
Glenn Maynard
|
3b332a04ef
|
add RageFileManager::GetLoadedDrivers
|
2004-03-15 03:05:55 +00:00 |
|
Glenn Maynard
|
35f1480e2a
|
fix mounting a directory unmounts all other FS's mounted on the same
mountpoint; only unmount if there's a mount that has the exact same
mountpoint, root and driver
|
2004-03-15 02:52:55 +00:00 |
|
Glenn Maynard
|
7e10620f45
|
hush loud warning
|
2004-03-15 02:34:18 +00:00 |
|
Glenn Maynard
|
2200e04239
|
reenable m_bDisableScreenSaver by default
|
2004-03-15 02:32:51 +00:00 |
|
Glenn Maynard
|
62691b8d6f
|
different approach to disabling X screensavers
|
2004-03-15 02:29:53 +00:00 |
|
Glenn Maynard
|
eca7863cf4
|
add libXtst check
simplify
|
2004-03-15 02:26:34 +00:00 |
|
Glenn Maynard
|
7acf97c224
|
fix warning
|
2004-03-14 22:24:33 +00:00 |
|
Glenn Maynard
|
b6e6f058d4
|
separate tests target
|
2004-03-14 22:09:50 +00:00 |
|
Glenn Maynard
|
90eadd647f
|
honor -r when writing test_file_readers files
|
2004-03-14 06:44:04 +00:00 |
|
Glenn Maynard
|
a1ab9d1771
|
better output
|
2004-03-14 03:40:51 +00:00 |
|
Glenn Maynard
|
44545aa546
|
fix dupe difficulty removal
|
2004-03-14 02:25:38 +00:00 |
|
Glenn Maynard
|
08db59fa25
|
set up a barrier page at the end of sigaltstack
|
2004-03-14 01:37:07 +00:00 |
|
Glenn Maynard
|
c2fa441b7e
|
simplify RageZeroTimer
avoid starting the SDL timer system; it starts a thread
|
2004-03-13 23:11:08 +00:00 |
|
Glenn Maynard
|
02d8bc45e8
|
fix stopping before the last note can be missed, especially in course modes
|
2004-03-13 22:41:31 +00:00 |
|
Glenn Maynard
|
62d1a344f2
|
fix mapped logs not being timestamped
|
2004-03-13 10:28:12 +00:00 |
|
Glenn Maynard
|
db48c0715d
|
log which players are joined
|
2004-03-13 10:26:51 +00:00 |
|
Glenn Maynard
|
bc34bcb347
|
cleanup
|
2004-03-13 10:22:03 +00:00 |
|
Glenn Maynard
|
a635467db4
|
fix FOREACH_HumanPlayer, FOREACH_EnabledPlayer always
iterating over p1
|
2004-03-13 08:07:20 +00:00 |
|
Glenn Maynard
|
0a0f43e3bb
|
cleanup
|
2004-03-13 07:38:46 +00:00 |
|
Glenn Maynard
|
7ea70ab1b3
|
fix errors due to weird goto init rules
|
2004-03-13 07:33:40 +00:00 |
|
Glenn Maynard
|
c39201efcd
|
improve CheckPalettedTextures output
|
2004-03-13 06:42:07 +00:00 |
|
Glenn Maynard
|
88c869da6a
|
work around probable OS X mktime() bug
|
2004-03-13 06:22:05 +00:00 |
|
Glenn Maynard
|
b866e921c5
|
song.h
|
2004-03-13 01:47:52 +00:00 |
|
Glenn Maynard
|
6faa757683
|
fix warning
|
2004-03-12 05:43:39 +00:00 |
|
Glenn Maynard
|
26476795be
|
cleanup
|
2004-03-12 05:33:02 +00:00 |
|
Glenn Maynard
|
3c77cf036e
|
update
|
2004-03-12 05:28:02 +00:00 |
|
Glenn Maynard
|
8cb671ee3d
|
add test_threads
|
2004-03-12 05:27:27 +00:00 |
|
Glenn Maynard
|
9bfe4b0620
|
use LinuxThreadHelpers
|
2004-03-12 05:26:10 +00:00 |
|
Glenn Maynard
|
5d6063681c
|
split out backtracing and symbol lookup
add support for backtracing other threads
|
2004-03-12 05:15:32 +00:00 |
|
Glenn Maynard
|
35688b1a21
|
sig handler fix
|
2004-03-12 03:03:09 +00:00 |
|
Glenn Maynard
|
ac8ac4f8ae
|
signal handling fixes
|
2004-03-12 02:58:54 +00:00 |
|
Glenn Maynard
|
6ba7f1d2e6
|
reduce SignalHandler dependency on StepMania.cpp
|
2004-03-12 01:09:38 +00:00 |
|
Glenn Maynard
|
14f6a6f510
|
reduce crash handler dependency on StepMania.cpp
|
2004-03-11 23:58:49 +00:00 |
|
Glenn Maynard
|
10015303e9
|
maybe fix Mac screenshot endianness problem
|
2004-03-08 07:28:07 +00:00 |
|
Glenn Maynard
|
b8fb1413fe
|
fix compile
|
2004-03-08 05:19:52 +00:00 |
|
Glenn Maynard
|
c5d53f7611
|
cleanup
|
2004-03-08 05:11:26 +00:00 |
|
Glenn Maynard
|
0f8d41e7ed
|
fix no announcers in demonstration
|
2004-03-08 04:30:57 +00:00 |
|
Glenn Maynard
|
6d9ac029a3
|
comment
|
2004-03-08 02:43:11 +00:00 |
|
Glenn Maynard
|
84a38d3bf1
|
and SORT_GRADE fixes
|
2004-03-07 07:03:37 +00:00 |
|
Glenn Maynard
|
6923557389
|
SORT_GRADE fixes
|
2004-03-07 06:48:10 +00:00 |
|
Glenn Maynard
|
8c4eedf5e0
|
x4 instead of x5; lines up with the editor (and 2,3,4,8 seems better than
2,3,5,8)
|
2004-03-07 03:50:20 +00:00 |
|
Glenn Maynard
|
eb673765ac
|
simplify
|
2004-03-07 03:49:28 +00:00 |
|
Glenn Maynard
|
fc544bb7d9
|
simplify
|
2004-03-07 00:22:03 +00:00 |
|
Glenn Maynard
|
e57c9cc9b8
|
filter locked and hidden songs from player's best in SongManager
add GetBestSongs accessor that filters like GetAllSongs
|
2004-03-07 00:17:50 +00:00 |
|
Glenn Maynard
|
765fb88f83
|
fix GetBestSongs, GetBestCourses
|
2004-03-07 00:02:51 +00:00 |
|
Glenn Maynard
|
8887353517
|
add transition at end of song; used regardless of mode
|
2004-03-06 10:07:17 +00:00 |
|
Glenn Maynard
|
83d0586e91
|
a14
|
2004-03-06 07:34:30 +00:00 |
|
Glenn Maynard
|
9e4da2da60
|
cleanup
|
2004-03-06 07:28:40 +00:00 |
|
Glenn Maynard
|
192321af5f
|
another () ;
|
2004-03-06 07:23:46 +00:00 |
|
Glenn Maynard
|
41c33995ab
|
log all skips
|
2004-03-06 07:21:15 +00:00 |
|
Glenn Maynard
|
330ba5ab27
|
make scale(RageColor) available
|
2004-03-06 07:20:21 +00:00 |
|
Glenn Maynard
|
d5dfc14f48
|
support fadeleft/faderight in text
|
2004-03-06 07:15:59 +00:00 |
|
Glenn Maynard
|
f1729a8a6f
|
alternate aoi shoudou entry
|
2004-03-06 03:46:51 +00:00 |
|
Glenn Maynard
|
f7f9bffc56
|
--Fixing log--
|
2004-03-06 03:40:50 +00:00 |
|