]>
icculus.org git repositories - taylor/freespace2.git/log
Taylor Richards [Sun, 8 Mar 2015 23:03:02 +0000 (19:03 -0400)]
"SDL_" everything
Taylor Richards [Sun, 8 Mar 2015 22:47:13 +0000 (18:47 -0400)]
cleaner default cfg settings
Taylor Richards [Sun, 8 Mar 2015 22:36:22 +0000 (18:36 -0400)]
get rid of NOX() here
Taylor Richards [Sun, 8 Mar 2015 22:17:41 +0000 (18:17 -0400)]
make sure unset cfg options don't return a value
Taylor Richards [Sun, 8 Mar 2015 21:34:05 +0000 (17:34 -0400)]
joystick related cfg options
Taylor Richards [Sun, 8 Mar 2015 21:33:06 +0000 (17:33 -0400)]
quiet some OCD
Taylor Richards [Sat, 7 Mar 2015 21:35:05 +0000 (16:35 -0500)]
cleanup of osregistry:
- set cfg defaults with os_init_registry_stuff()
- clean up header
- change ini filename for Freespace2 (lower 's')
Taylor Richards [Sat, 7 Mar 2015 20:56:56 +0000 (15:56 -0500)]
cleanup of multi related cfg options
Taylor Richards [Sat, 7 Mar 2015 19:52:44 +0000 (14:52 -0500)]
more cleanup with video related cfg options
Taylor Richards [Sat, 7 Mar 2015 19:25:06 +0000 (14:25 -0500)]
cleanup snd_init() and related:
- move cfg stuff to better places
- clean up logging of OpenAL init messages
- make sure capture device closed out on error
Taylor Richards [Wed, 4 Mar 2015 02:49:32 +0000 (21:49 -0500)]
clearer debug message
Taylor Richards [Wed, 4 Mar 2015 02:47:23 +0000 (21:47 -0500)]
update toolset for newer gr_init() calls
Taylor Richards [Wed, 4 Mar 2015 02:46:22 +0000 (21:46 -0500)]
add running check for fonttool
Taylor Richards [Tue, 3 Mar 2015 21:33:35 +0000 (16:33 -0500)]
clean up gr_init():
- let gr_init() determine config/setup
- move cfg stuff from freespace.cpp to gr_init()
- cleaner gamma setup
Taylor Richards [Tue, 3 Mar 2015 18:56:01 +0000 (13:56 -0500)]
add function to check if a packfile exists
Taylor Richards [Sat, 21 Mar 2015 01:35:25 +0000 (21:35 -0400)]
better setup for ignored files in git
Taylor Richards [Fri, 20 Mar 2015 21:30:43 +0000 (17:30 -0400)]
fix some FS1 breakage
Taylor Richards [Mon, 9 Mar 2015 03:33:37 +0000 (23:33 -0400)]
only show Warning()'s on debug builds
Taylor Richards [Mon, 9 Mar 2015 03:29:57 +0000 (23:29 -0400)]
use SDL hint for timer resolution (not needed; do it anyway)
Taylor Richards [Sat, 7 Mar 2015 19:25:42 +0000 (14:25 -0500)]
fix up broken check in save_screen
Taylor Richards [Thu, 5 Mar 2015 20:38:17 +0000 (15:38 -0500)]
clean up and fix save/restore screen to actually work properly
Taylor Richards [Wed, 4 Mar 2015 02:50:33 +0000 (21:50 -0500)]
fix memory leak and crash with mouse cursor save
Taylor Richards [Wed, 4 Mar 2015 02:48:24 +0000 (21:48 -0500)]
add fullscreen toggle here since hotkey is listed
Taylor Richards [Wed, 4 Mar 2015 02:45:02 +0000 (21:45 -0500)]
fix toolset breakage
Taylor Richards [Wed, 11 Feb 2015 21:07:18 +0000 (16:07 -0500)]
set cmake policy and avoid some warnings in new versions
Taylor Richards [Tue, 10 Feb 2015 18:34:00 +0000 (13:34 -0500)]
replace setjmp with try-catch
Taylor Richards [Wed, 14 Jan 2015 17:02:10 +0000 (12:02 -0500)]
merge in updated platform code
Taylor Richards [Wed, 12 Nov 2014 09:53:21 +0000 (04:53 -0500)]
remove some __APPLE__ stuff; to be dealt with later, as needed
Taylor Richards [Wed, 12 Nov 2014 07:42:54 +0000 (02:42 -0500)]
remove mission_load_menu
has numerous code problems not worth fixing since it isn't used with
retail data
Taylor Richards [Tue, 11 Nov 2014 15:21:55 +0000 (10:21 -0500)]
various bits of PLAT_UNIX cleanup
Taylor Richards [Tue, 11 Nov 2014 04:22:46 +0000 (23:22 -0500)]
remove support for memory-mapped files
specific conditions for use aren't met with retail install (with anims
in VP archives) so there is not much point in keeping support for it
Taylor Richards [Tue, 11 Nov 2014 03:51:05 +0000 (22:51 -0500)]
cleaner texture release from bm_release()
Taylor Richards [Mon, 10 Nov 2014 04:07:46 +0000 (23:07 -0500)]
have ShowFPS ini option always be available
Taylor Richards [Mon, 10 Nov 2014 03:48:53 +0000 (22:48 -0500)]
remove extras_dir arg from cfile_init()
Taylor Richards [Fri, 7 Nov 2014 01:55:29 +0000 (20:55 -0500)]
remove unused FL_CLIPLINE()
Taylor Richards [Fri, 7 Nov 2014 01:53:41 +0000 (20:53 -0500)]
remove mul_div()
Taylor Richards [Thu, 6 Nov 2014 21:01:12 +0000 (16:01 -0500)]
bump MAX_PATH_LEN to 256
Taylor Richards [Wed, 5 Nov 2014 20:40:07 +0000 (15:40 -0500)]
platform and pstypes cleanup:
- (properly) add platform stuff to build files
- move some things from pstypes to platform.h
- get rid of a bunch of old platform #define's
- just use MAX_PATH_LEN and MAX_FILENAME_LEN for sizes
- remove some unused cfile code
- replace _splitstr() with base_filename()
- fix filename/path stupidness in InetGetFile
Taylor Richards [Fri, 17 Oct 2014 05:30:08 +0000 (01:30 -0400)]
silence various GCC warnings
Taylor Richards [Wed, 15 Oct 2014 07:50:03 +0000 (03:50 -0400)]
silence more clang warnings
Taylor Richards [Wed, 15 Oct 2014 06:34:46 +0000 (02:34 -0400)]
fix broken compatibility in network packet
Taylor Richards [Wed, 15 Oct 2014 06:33:28 +0000 (02:33 -0400)]
be sure to close out file handle
Taylor Richards [Wed, 15 Oct 2014 06:32:44 +0000 (02:32 -0400)]
delete warning #pragma's from source; disable in CMakeLists.txt instead
Taylor Richards [Wed, 15 Oct 2014 01:43:50 +0000 (21:43 -0400)]
silence various MSVC warnings
Taylor Richards [Tue, 14 Oct 2014 01:27:54 +0000 (21:27 -0400)]
safer strings using SDL string functions
Taylor Richards [Fri, 3 Oct 2014 20:05:35 +0000 (16:05 -0400)]
nebedit needs c++11 flag too (for wxWidgets)
Taylor Richards [Fri, 3 Oct 2014 19:54:44 +0000 (15:54 -0400)]
silence various clang warnings
Taylor Richards [Fri, 3 Oct 2014 19:34:20 +0000 (15:34 -0400)]
make sure main() doesn't get mangled here
Taylor Richards [Fri, 3 Oct 2014 01:55:20 +0000 (21:55 -0400)]
make sure SDL doesn't mess up main()
Taylor Richards [Fri, 3 Oct 2014 01:54:25 +0000 (21:54 -0400)]
put PLATFORM_LIBRARIES in a few more places
Taylor Richards [Fri, 3 Oct 2014 01:00:05 +0000 (21:00 -0400)]
properly initialize m_canvas
Taylor Richards [Fri, 3 Oct 2014 00:41:22 +0000 (20:41 -0400)]
vector/matrix initialization that MSVC is happy with
Taylor Richards [Fri, 3 Oct 2014 00:40:48 +0000 (20:40 -0400)]
don't use SDL memory functions for vm_*() (Windows crash)
Taylor Richards [Fri, 3 Oct 2014 00:39:45 +0000 (20:39 -0400)]
main() cleanup and fixage
Taylor Richards [Fri, 3 Oct 2014 00:38:36 +0000 (20:38 -0400)]
make sure Windows uses correct app types (GUI/console)
Taylor Richards [Fri, 3 Oct 2014 00:33:09 +0000 (20:33 -0400)]
correct type for Game_time_compression in stubs
Taylor Richards [Thu, 2 Oct 2014 02:28:14 +0000 (22:28 -0400)]
support for additional platform specific libraries
Taylor Richards [Thu, 2 Oct 2014 02:27:43 +0000 (22:27 -0400)]
stub out some weird standalone stuff for now
Taylor Richards [Thu, 2 Oct 2014 02:25:23 +0000 (22:25 -0400)]
remove some obsolete graphics code
Taylor Richards [Thu, 2 Oct 2014 01:56:48 +0000 (21:56 -0400)]
split cross-platform code out of unix.cpp
Taylor Richards [Thu, 2 Oct 2014 00:14:54 +0000 (20:14 -0400)]
stub out Windows-only launcher stuff
Taylor Richards [Wed, 1 Oct 2014 23:35:41 +0000 (19:35 -0400)]
merge in inetfile fixes from PXO branch
Taylor Richards [Wed, 1 Oct 2014 21:59:16 +0000 (17:59 -0400)]
type-casting for Windows
Taylor Richards [Wed, 1 Oct 2014 21:58:38 +0000 (17:58 -0400)]
stub out gr_string_win(), can't ever use it as-is
Taylor Richards [Wed, 1 Oct 2014 21:34:45 +0000 (17:34 -0400)]
less ambiguous log() and pow() calls
Taylor Richards [Wed, 1 Oct 2014 21:32:20 +0000 (17:32 -0400)]
fix faulty flag check
Taylor Richards [Wed, 1 Oct 2014 21:31:40 +0000 (17:31 -0400)]
snprintf() -> SDL_snprintf; plus some cleanup
Taylor Richards [Wed, 1 Oct 2014 21:30:39 +0000 (17:30 -0400)]
use SDL messagebox for protocol errors
Taylor Richards [Wed, 1 Oct 2014 21:29:18 +0000 (17:29 -0400)]
remove cf_attrib()
Taylor Richards [Wed, 1 Oct 2014 21:27:52 +0000 (17:27 -0400)]
stub out stand_gui for all platforms for now
Taylor Richards [Wed, 1 Oct 2014 20:01:00 +0000 (16:01 -0400)]
include ctype.h (for tolower())
Taylor Richards [Wed, 1 Oct 2014 20:00:08 +0000 (16:00 -0400)]
glide.h is gone
Taylor Richards [Wed, 1 Oct 2014 19:58:56 +0000 (15:58 -0400)]
BOOL -> int
Taylor Richards [Wed, 1 Oct 2014 19:58:35 +0000 (15:58 -0400)]
don't need Unreliable_socket in header (avoids winsock.h requirement)
Taylor Richards [Sat, 20 Sep 2014 17:47:14 +0000 (13:47 -0400)]
first pass at a real cleanup of cmake files
Taylor Richards [Wed, 1 Oct 2014 19:56:00 +0000 (15:56 -0400)]
use real 64-bit type
Taylor Richards [Tue, 16 Sep 2014 20:11:19 +0000 (16:11 -0400)]
merge updated toolset
Taylor Richards [Wed, 1 Oct 2014 19:55:06 +0000 (15:55 -0400)]
snprintf() -> SDL_snprintf()
Taylor Richards [Sun, 14 Sep 2014 04:01:49 +0000 (00:01 -0400)]
pofview: it works
Taylor Richards [Wed, 1 Oct 2014 19:54:30 +0000 (15:54 -0400)]
all cmdline options on all platforms
Taylor Richards [Wed, 1 Oct 2014 03:13:24 +0000 (23:13 -0400)]
handle SDL2 in a more cross-platform way
Taylor Richards [Sun, 14 Sep 2014 03:58:29 +0000 (23:58 -0400)]
support for OpenGL with wxWidgets
Taylor Richards [Mon, 28 Apr 2014 22:39:27 +0000 (18:39 -0400)]
remove dead code left over from merge
Taylor Richards [Mon, 28 Apr 2014 22:30:20 +0000 (18:30 -0400)]
warning fixes
Taylor Richards [Wed, 26 Mar 2014 02:00:57 +0000 (22:00 -0400)]
cleanup; make use of cfile
Taylor Richards [Tue, 25 Mar 2014 01:43:13 +0000 (21:43 -0400)]
much better open/save dialog handling (RTFM works wonders)
Taylor Richards [Sun, 2 Mar 2014 03:26:56 +0000 (22:26 -0500)]
more "tools" complete
Taylor Richards [Sun, 2 Mar 2014 03:24:25 +0000 (22:24 -0500)]
fix memory error
open/save dialog should work now
Taylor Richards [Sun, 2 Mar 2014 03:23:06 +0000 (22:23 -0500)]
ac: it (basically) works
Taylor Richards [Thu, 27 Feb 2014 02:13:33 +0000 (21:13 -0500)]
very start of wxWidgets support; may ditch it later
Taylor Richards [Thu, 14 Aug 2014 01:56:56 +0000 (21:56 -0400)]
handle stopping of background sounds properly; cleanup
Taylor Richards [Thu, 27 Feb 2014 02:12:25 +0000 (21:12 -0500)]
initial pass at getting ac up and working
Taylor Richards [Thu, 27 Feb 2014 02:06:34 +0000 (21:06 -0500)]
get fonttool cleaned up and working
Taylor Richards [Thu, 27 Feb 2014 02:03:59 +0000 (21:03 -0500)]
nebedit cleanup; still needs working file dialogs
Taylor Richards [Sun, 16 Feb 2014 15:10:46 +0000 (10:10 -0500)]
add/update toolset
Taylor Richards [Sun, 16 Feb 2014 15:09:45 +0000 (10:09 -0500)]
nebedit first pass; still needs some work
Taylor Richards [Sun, 16 Feb 2014 15:08:37 +0000 (10:08 -0500)]
cfilearchiver: it works
Taylor Richards [Sun, 16 Feb 2014 15:07:27 +0000 (10:07 -0500)]
scramble: it works
Taylor Richards [Sun, 16 Feb 2014 15:03:06 +0000 (10:03 -0500)]
set/get window title
Taylor Richards [Thu, 14 Aug 2014 01:55:41 +0000 (21:55 -0400)]
avoid processing externally managed sounds (audiostr/MVE)