.. |
crashcatcher.c
|
- Fixed: All clang 5.0 warnings.
|
2014-01-05 19:50:09 -05:00 |
critsec.h
|
- Added the FCriticalSection class in critsec.h to make it easier to
|
2008-04-09 04:17:13 +00:00 |
dikeys.h
|
Directory restructuring to make it easier to version projects that don't build zdoom.exe.
|
2006-02-24 04:48:15 +00:00 |
hardware.cpp
|
- Run down the semaphores so they behave more like a mutex (note: mutexes/condition variables seem to be much slower).
|
2012-10-22 23:42:20 +00:00 |
hardware.h
|
- Run down the semaphores so they behave more like a mutex (note: mutexes/condition variables seem to be much slower).
|
2012-10-22 23:42:20 +00:00 |
i_cd.cpp
|
Directory restructuring to make it easier to version projects that don't build zdoom.exe.
|
2006-02-24 04:48:15 +00:00 |
i_gui.cpp
|
- Move cursor variables again due to shared code with Cocoa and SDL backends.
|
2014-11-24 23:26:38 -05:00 |
i_input.cpp
|
- Added deadzone handling to SDL joystick support.
|
2012-04-28 03:44:10 +00:00 |
i_input.h
|
- merged menu branch back into trunk.
|
2010-09-14 17:28:18 +00:00 |
i_joystick.cpp
|
- Minor adjustments to SDL joystick code so that all axes have at least a small deadzone so that button mapping works properly.
|
2014-01-18 17:54:46 -05:00 |
i_main.cpp
|
Distinguish SDL and Cocoa back-ends in startup log
|
2014-08-09 15:51:39 +03:00 |
i_movie.cpp
|
Directory restructuring to make it easier to version projects that don't build zdoom.exe.
|
2006-02-24 04:48:15 +00:00 |
i_steam.cpp
|
- Accidentally committed debuging code.
|
2014-12-12 17:06:01 -05:00 |
i_system.cpp
|
- Fixed more non-OSX issues.
|
2014-11-24 19:18:07 -05:00 |
i_system.h
|
- Added Steam detection for Stife: Veteran Edition.
|
2014-12-12 16:23:46 -05:00 |
i_system_cocoa.mm
|
- Fixed: Runtime error on Mac OS X. For whatever reason merely having the call to CFUserNotificationDisplayAlert() in I_FatalError caused exception handling to quit working. Moving it to a separate file seems to fix this. Also removed the warning about FRenderer having a non-virtual destructor.
|
2012-02-16 22:58:17 +00:00 |
i_timer.cpp
|
Fixed build on UNIX systems other than OS X
|
2014-11-17 14:54:46 +02:00 |
iwadpicker_cocoa.mm
|
Fixed potential crash in word expansion API
|
2014-11-16 09:30:57 +02:00 |
SDLMain.m
|
- Mac version now links. Updaterevision refuses to give me a version number.
|
2009-09-03 03:51:41 +00:00 |
sdlvideo.cpp
|
- Move cursor variables again due to shared code with Cocoa and SDL backends.
|
2014-11-24 23:26:38 -05:00 |
sdlvideo.h
|
Note: I have not tried compiling these recent changes under Linux. I wouldn't
|
2006-12-19 04:09:10 +00:00 |
st_start.cpp
|
- Added SDL joystick support.
|
2010-10-13 16:29:37 +00:00 |