[SCM] Packaging for quakespasm branch, master, updated. debian/0.85.6-1-12-g4371881

David Banks amoebae at gmail.com
Tue Mar 20 09:24:08 UTC 2012


The following commit has been merged in the master branch:
commit 04c53daefcb123a83f7afa4f93c8247f5c545910
Author: David Banks <amoebae at gmail.com>
Date:   Tue Mar 20 08:27:29 2012 +0000

    refresh upstream changelog from tag

diff --git a/debian/upstream-changelog b/debian/upstream-changelog
index 8c81a51..ac8c552 100644
--- a/debian/upstream-changelog
+++ b/debian/upstream-changelog
@@ -1,7 +1,1035 @@
 ------------------------------------------------------------------------
-r437 | sezero | 2011-03-28 21:12:02 +0100 (Mon, 28 Mar 2011) | 1 line
+r647 | sezero | 2012-03-14 07:00:27 +0000 (Wed, 14 Mar 2012) | 1 line
 
-tagging revision 436 as quakespasm-0.85.4
+tagged revision 646 as quakespasm-0.85.7
+------------------------------------------------------------------------
+r646 | sezero | 2012-03-13 05:10:26 +0000 (Tue, 13 Mar 2012) | 1 line
+
+more README updates.
+------------------------------------------------------------------------
+r645 | sezero | 2012-03-12 20:00:24 +0000 (Mon, 12 Mar 2012) | 1 line
+
+updated README files for 0.85.7 relnotes
+------------------------------------------------------------------------
+r644 | sezero | 2012-03-12 08:24:16 +0000 (Mon, 12 Mar 2012) | 2 lines
+
+Moved the stufftext_frame global to client_static_t structure and
+adjusted CL_GetDemoMessage and CL_ParseServerMessage accordingly.
+------------------------------------------------------------------------
+r643 | sezero | 2012-03-12 06:28:10 +0000 (Mon, 12 Mar 2012) | 1 line
+
+windows codecs: updated libmpg123 to latest stable 1.13.6 version.
+------------------------------------------------------------------------
+r642 | sezero | 2012-03-09 10:11:09 +0000 (Fri, 09 Mar 2012) | 1 line
+
+minor Makefile tidying
+------------------------------------------------------------------------
+r641 | sezero | 2012-03-08 10:14:58 +0000 (Thu, 08 Mar 2012) | 4 lines
+
+changed the rowbytes, width, height, conwidth and conheight members of
+viddef_t from unsigned to signed int. fixed the -Wsign-compare warnings
+for NUM_GLMODES. fixed compilation using g++, by adding a missing type
+cast.
+------------------------------------------------------------------------
+r640 | stevenaaus | 2012-03-08 07:17:49 +0000 (Thu, 08 Mar 2012) | 1 line
+
+'make install' directory needs trailing slash in order to fail (desired) if directory doesn't exist.
+------------------------------------------------------------------------
+r639 | sezero | 2012-03-03 21:55:53 +0000 (Sat, 03 Mar 2012) | 3 lines
+
+cmd.c (Cbuf_InsertText): Unconditionally add a newline after the inserted
+text. Fixes executed files without a newline at the end of them eating up
+followup commands.
+------------------------------------------------------------------------
+r638 | sezero | 2012-02-18 22:04:38 +0000 (Sat, 18 Feb 2012) | 1 line
+
+apply anisotropic level setting only to mipmap textures
+------------------------------------------------------------------------
+r637 | sezero | 2012-02-12 11:33:07 +0000 (Sun, 12 Feb 2012) | 1 line
+
+at least use the api sensibly and don't screw the whitespace
+------------------------------------------------------------------------
+r636 | stevenaaus | 2012-02-12 02:59:21 +0000 (Sun, 12 Feb 2012) | 1 line
+
+common.c
+------------------------------------------------------------------------
+r635 | sezero | 2012-02-11 16:00:35 +0000 (Sat, 11 Feb 2012) | 1 line
+
+renamed the file with spaces in its name
+------------------------------------------------------------------------
+r634 | sezero | 2012-02-11 15:55:09 +0000 (Sat, 11 Feb 2012) | 4 lines
+
+common.c (COM_FindFile): reverted ultra-hacky revs. 627-629. made it to
+report files which aren't found only if developer.value >= 2, i.e. used
+Con_DPrintf2 of fitz for the first time since its creation.. would have
+been better if I'd implement and use Sys_DPrintf() there.
+------------------------------------------------------------------------
+r633 | sezero | 2012-02-11 14:30:19 +0000 (Sat, 11 Feb 2012) | 6 lines
+
+gl_texmgr.c (TexMgr_ReloadImage): reduced the hunk memory usage during
+reloading of images from the bsp by not loading the whole file but by
+opening the file, fseek()ing and allocating only the necessary amount.
+This way, I can load and reload a save of ne_ruins with just the default
+64 Mb of memory on x86 and with only 68.5 Mb of memory (-heapsize 70000)
+on x86_64.
+------------------------------------------------------------------------
+r632 | sezero | 2012-02-10 22:37:07 +0000 (Fri, 10 Feb 2012) | 2 lines
+
+removed the defunct block_drawing global (btw, it was checked incorrectly
+in GL_EndRendering()... )
+------------------------------------------------------------------------
+r631 | sezero | 2012-02-10 22:04:43 +0000 (Fri, 10 Feb 2012) | 1 line
+
+in_sdl.c: fixed backspace key on Mac OS X
+------------------------------------------------------------------------
+r630 | kristianduske | 2012-02-10 20:41:31 +0000 (Fri, 10 Feb 2012) | 1 line
+
+Removed options for ppc64 because it cannot build anyway.
+------------------------------------------------------------------------
+r629 | svdijk | 2012-02-08 18:22:55 +0000 (Wed, 08 Feb 2012) | 2 lines
+
+make missing texture no-spam hack safer
+
+------------------------------------------------------------------------
+r628 | stevenaaus | 2012-02-08 00:53:29 +0000 (Wed, 08 Feb 2012) | 1 line
+
+Refine missing texture no-spam hack.
+------------------------------------------------------------------------
+r627 | stevenaaus | 2012-02-07 20:38:34 +0000 (Tue, 07 Feb 2012) | 1 line
+
+Don't spam developers about missing external textures.
+------------------------------------------------------------------------
+r626 | sezero | 2012-02-04 20:20:26 +0000 (Sat, 04 Feb 2012) | 2 lines
+
+	windows codecs: Upgrade to the latest versions of ogg-
+	vorbis decoders.
+------------------------------------------------------------------------
+r625 | sezero | 2012-01-30 10:40:41 +0000 (Mon, 30 Jan 2012) | 2 lines
+
+net_sys.h: Add __FreeBSD_kernel__ to the HAVE_SA_LEN list. Debian
+bug entry: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657793
+------------------------------------------------------------------------
+r624 | sezero | 2012-01-29 19:15:20 +0000 (Sun, 29 Jan 2012) | 3 lines
+
+snd_mp3.c (mp3_madseek): clang, -Wtautological-compare: fixed the
+"comparison of unsigned expression >= 0 is always true" warning for
+to_skip_samples.
+------------------------------------------------------------------------
+r623 | sezero | 2012-01-29 18:04:28 +0000 (Sun, 29 Jan 2012) | 1 line
+
+gl_vidsdl.c (VID_Init): fixed a -Wparentheses-equality warning from clang
+------------------------------------------------------------------------
+r622 | svdijk | 2012-01-24 21:24:14 +0000 (Tue, 24 Jan 2012) | 2 lines
+
+gl_texmgr.c: less ambiguous naming.
+
+------------------------------------------------------------------------
+r621 | svdijk | 2012-01-23 18:51:12 +0000 (Mon, 23 Jan 2012) | 2 lines
+
+gl_texmgr.c: some small improvements and cleanup.
+
+------------------------------------------------------------------------
+r620 | sezero | 2012-01-22 15:50:35 +0000 (Sun, 22 Jan 2012) | 1 line
+
+recompiled SDL for win32 and win64 from latest v1.2.15 (hg:rev/5273dfd19a5e)
+------------------------------------------------------------------------
+r619 | svdijk | 2012-01-21 09:51:38 +0000 (Sat, 21 Jan 2012) | 2 lines
+
+gl_texmgr.c: make sure "gl_texturemode" starts in sync with "mode".
+
+------------------------------------------------------------------------
+r618 | svdijk | 2012-01-20 19:31:18 +0000 (Fri, 20 Jan 2012) | 2 lines
+
+gl_texmgr.c: small optimization
+
+------------------------------------------------------------------------
+r617 | svdijk | 2012-01-20 18:59:20 +0000 (Fri, 20 Jan 2012) | 8 lines
+
+gl_texmgr.c: Make "gl_texturemode" a cvar with callback.
+
+This has the benefit that it is stored in "config.cfg",
+and is reset by "resetall" and "resetcfg". Other than
+that though, it behaves exactly the same as before.
+(The same console input will lead to the same result
+as before when it was a command.)
+
+------------------------------------------------------------------------
+r616 | sezero | 2012-01-20 17:11:24 +0000 (Fri, 20 Jan 2012) | 1 line
+
+minor cleanup
+------------------------------------------------------------------------
+r615 | sezero | 2012-01-19 20:55:27 +0000 (Thu, 19 Jan 2012) | 2 lines
+
+make sure gl_max_anisotropy is initialized. also added a uberparanoid check
+for gl_max_anisotropy.
+------------------------------------------------------------------------
+r614 | sezero | 2012-01-19 20:22:29 +0000 (Thu, 19 Jan 2012) | 1 line
+
+some form of a workaround for recursive calling of TexMgr_Anisotropy_f()
+------------------------------------------------------------------------
+r613 | svdijk | 2012-01-19 19:09:23 +0000 (Thu, 19 Jan 2012) | 2 lines
+
+gl_screen.c:SCR_ModalMessage(): make sure we don't ignore the next keypress (after a timeout).
+
+------------------------------------------------------------------------
+r612 | svdijk | 2012-01-18 12:48:09 +0000 (Wed, 18 Jan 2012) | 2 lines
+
+When modetesting, redraw the screen before asking for confirmation. Otherwise the screen is just a black rectangle, which may be confusing for the user.
+
+------------------------------------------------------------------------
+r611 | svdijk | 2012-01-18 12:00:35 +0000 (Wed, 18 Jan 2012) | 2 lines
+
+Make the "Reset config" message more informative.
+
+------------------------------------------------------------------------
+r610 | svdijk | 2012-01-17 08:34:54 +0000 (Tue, 17 Jan 2012) | 2 lines
+
+gl_screen.c:SCR_ModalMessage(): sleep a little while busy-waiting.
+
+------------------------------------------------------------------------
+r609 | svdijk | 2012-01-17 08:25:07 +0000 (Tue, 17 Jan 2012) | 4 lines
+
+- Rename the "Reset defaults" menu option to "Reset config".
+- Make it reset only those cvar's that are saved to config.cfg.
+- Make it as the user for confirmation.
+
+------------------------------------------------------------------------
+r608 | stevenaaus | 2012-01-16 20:37:25 +0000 (Mon, 16 Jan 2012) | 1 line
+
+Add README.music to htdocs.
+------------------------------------------------------------------------
+r607 | sezero | 2012-01-13 19:10:52 +0000 (Fri, 13 Jan 2012) | 2 lines
+
+SCR_CenterPrint() has been counting the lines in the wrong place: count
+the copied string NOT the original.
+------------------------------------------------------------------------
+r606 | sezero | 2012-01-11 07:10:24 +0000 (Wed, 11 Jan 2012) | 1 line
+
+removed executable property from the icon file.
+------------------------------------------------------------------------
+r605 | stevenaaus | 2012-01-10 22:25:43 +0000 (Tue, 10 Jan 2012) | 1 line
+
+Make a proper OSX icon to replace the 'F'.
+------------------------------------------------------------------------
+r604 | sezero | 2012-01-09 08:10:35 +0000 (Mon, 09 Jan 2012) | 1 line
+
+fixed demo playback covering multiple maps (from Pa3PyX's hexen2 source)
+------------------------------------------------------------------------
+r603 | svdijk | 2012-01-07 13:21:42 +0000 (Sat, 07 Jan 2012) | 2 lines
+
+console.c:Con_DrawInput(): some changes for correctness and simplicity
+
+------------------------------------------------------------------------
+r602 | sezero | 2012-01-07 09:22:43 +0000 (Sat, 07 Jan 2012) | 1 line
+
+tidy up osx mouse acceleration hack a bit more.
+------------------------------------------------------------------------
+r601 | sezero | 2012-01-07 08:50:11 +0000 (Sat, 07 Jan 2012) | 2 lines
+
+tidied up whitespace in osx mouse acceleration hack code. fixed declaration
+of the new cvar to use the new cvar flags.
+------------------------------------------------------------------------
+r600 | kristianduske | 2012-01-07 08:31:40 +0000 (Sat, 07 Jan 2012) | 1 line
+
+Fixed link to IOKit.framework in Xcode project.
+------------------------------------------------------------------------
+r599 | kristianduske | 2012-01-07 08:26:32 +0000 (Sat, 07 Jan 2012) | 1 line
+
+Applied patch to disable mouse acceleration in Mac OS X.
+------------------------------------------------------------------------
+r598 | svdijk | 2012-01-06 21:25:42 +0000 (Fri, 06 Jan 2012) | 2 lines
+
+console.c: some long input line fixes (keep cursor on screen, don't clip line early, buffer size fix)
+
+------------------------------------------------------------------------
+r597 | sezero | 2012-01-05 10:27:09 +0000 (Thu, 05 Jan 2012) | 1 line
+
+removed remaining pieces of sparkle references from documents
+------------------------------------------------------------------------
+r596 | sezero | 2012-01-05 10:00:25 +0000 (Thu, 05 Jan 2012) | 1 line
+
+Recompiled all win64 dlls and import libraries.
+------------------------------------------------------------------------
+r595 | svdijk | 2012-01-03 18:03:51 +0000 (Tue, 03 Jan 2012) | 3 lines
+
+Console word wrap fix: only check and wrap at word boundaries, not in the middle of a word.
+(Enter "r_nolerp_list" in the console for an example.)
+
+------------------------------------------------------------------------
+r594 | stevenaaus | 2012-01-01 20:27:10 +0000 (Sun, 01 Jan 2012) | 1 line
+
+Add a copyright section to the README.
+------------------------------------------------------------------------
+r593 | kristianduske | 2012-01-01 16:50:33 +0000 (Sun, 01 Jan 2012) | 1 line
+
+Removed Sparkle auto updates from OS X build and increased version numbers to 0.85.7.
+------------------------------------------------------------------------
+r592 | sezero | 2012-01-01 12:00:16 +0000 (Sun, 01 Jan 2012) | 1 line
+
+bumped version to 0.85.7 in the development tree
+------------------------------------------------------------------------
+r590 | sezero | 2011-12-30 21:15:31 +0000 (Fri, 30 Dec 2011) | 1 line
+
+documentation updates
+------------------------------------------------------------------------
+r589 | sezero | 2011-12-30 18:20:28 +0000 (Fri, 30 Dec 2011) | 2 lines
+
+rediffed and adjusted the Misc/* extra patches so that they apply and compile
+correctly.
+------------------------------------------------------------------------
+r588 | sezero | 2011-12-30 16:50:24 +0000 (Fri, 30 Dec 2011) | 1 line
+
+documentation update for 0.85.6
+------------------------------------------------------------------------
+r587 | sezero | 2011-12-30 16:00:18 +0000 (Fri, 30 Dec 2011) | 2 lines
+
+recompiled SDL for windows from HG snapshot 19c7412a6345
+(v1.2.15, 2011-12-30, SDL-1.2 branch. this time for x86.)
+------------------------------------------------------------------------
+r586 | sezero | 2011-12-30 15:33:08 +0000 (Fri, 30 Dec 2011) | 2 lines
+
+recompiled SDL for windows from HG snapshot 19c7412a6345
+(v1.2.15, 2011-12-30, SDL-1.2 branch.)
+------------------------------------------------------------------------
+r585 | sezero | 2011-12-30 14:12:10 +0000 (Fri, 30 Dec 2011) | 1 line
+
+deleted winquake.h from visual studio project file
+------------------------------------------------------------------------
+r584 | sezero | 2011-12-30 14:00:28 +0000 (Fri, 30 Dec 2011) | 1 line
+
+gl_texmgr.c, gl_vidsdl.c: made a lot of functions and variables static.
+------------------------------------------------------------------------
+r583 | sezero | 2011-12-30 13:59:14 +0000 (Fri, 30 Dec 2011) | 2 lines
+
+removed some OS-specific drivers. they weren't used and was here only for
+reference.
+------------------------------------------------------------------------
+r582 | sezero | 2011-12-30 12:15:19 +0000 (Fri, 30 Dec 2011) | 2 lines
+
+gl_vidsdl.c (GL_Init): set VID_Changed_f() callback to vid_vsync only if
+GL_CheckExtensions() set gl_swap_control as true.
+------------------------------------------------------------------------
+r581 | sezero | 2011-12-30 09:16:00 +0000 (Fri, 30 Dec 2011) | 2 lines
+
+recompiled SDL for windows from HG snapshot adbed7ec5704
+(v1.2.15, 2011-12-29, SDL-1.2 branch)
+------------------------------------------------------------------------
+r580 | kristianduske | 2011-12-30 08:56:14 +0000 (Fri, 30 Dec 2011) | 1 line
+
+Applied patch to remove poseAsClass call and fixed a compiler warning.
+------------------------------------------------------------------------
+r579 | sezero | 2011-12-30 00:10:16 +0000 (Fri, 30 Dec 2011) | 2 lines
+
+gl_vidsdl.c (VID_SyncCvars): set vid_vsync to 1 only if the received value
+is positive, not "not zero".
+------------------------------------------------------------------------
+r578 | sezero | 2011-12-29 23:05:12 +0000 (Thu, 29 Dec 2011) | 1 line
+
+minor typo fixes for vsync related messages.
+------------------------------------------------------------------------
+r577 | sezero | 2011-12-29 21:44:36 +0000 (Thu, 29 Dec 2011) | 2 lines
+
+gl_vidsdl.c (VID_Toggle): if SDL_WM_ToggleFullScreen() succeeded, ignore
+the vid_fullscreen callback function setting vid_changed to true.
+------------------------------------------------------------------------
+r576 | sezero | 2011-12-29 21:21:11 +0000 (Thu, 29 Dec 2011) | 2 lines
+
+changed some of the Cvar_Set[Value] calls to their *Quick variants in the
+source files where the vars are defined.
+------------------------------------------------------------------------
+r575 | sezero | 2011-12-29 19:06:08 +0000 (Thu, 29 Dec 2011) | 1 line
+
+silenced -Wsign-compare warnings.
+------------------------------------------------------------------------
+r574 | sezero | 2011-12-29 16:50:45 +0000 (Thu, 29 Dec 2011) | 1 line
+
+cleanup of Cvar_Set[Value] calls in menu.c
+------------------------------------------------------------------------
+r573 | sezero | 2011-12-29 15:10:18 +0000 (Thu, 29 Dec 2011) | 6 lines
+
+some common.c cleanup: Made COM_InitFilesystem() public through common.h,
+moved its calling from COM_Init() to Host_Init() just after COM_Init().
+Moved registration of registered and cmdline cvars and COM_Path_f command
+and the calling of COM_CheckRegistered() to COM_InitFilesystem(). Removed
+unused memsearch(). Fixed the stupidity in leading space elimination from
+com_cmdline.
+------------------------------------------------------------------------
+r572 | sezero | 2011-12-29 12:50:25 +0000 (Thu, 29 Dec 2011) | 1 line
+
+fixed typo
+------------------------------------------------------------------------
+r571 | sezero | 2011-12-29 12:30:32 +0000 (Thu, 29 Dec 2011) | 1 line
+
+documentation update
+------------------------------------------------------------------------
+r570 | sezero | 2011-12-29 12:28:21 +0000 (Thu, 29 Dec 2011) | 3 lines
+
+more cvar cleanups: Added Cvar_LockVar, Cvar_UnlockVar, Cvar_UnlockAll and
+Cvar_FindVarAfter. Don't expose cvar_vars directly and use Cvar_FindVarAfter
+instead.  several typo fixes, etc.
+------------------------------------------------------------------------
+r569 | sezero | 2011-12-29 09:37:28 +0000 (Thu, 29 Dec 2011) | 6 lines
+
+some more cvar work: made Cvar_RegisterVariable() to only link the variable in
+and set some basic flags, but then let functions to set it. Added Cvar_SetQuick
+and Cvar_SetValueQuick which accept a cvar pointer instead of a var name, but
+identical to the non-Quick versions otherwise. Made Cvar_SetValue to print the
+value as an integer if the float value is the same when cast to an int; if not,
+made it to strip the trailing zeroes in the string.
+------------------------------------------------------------------------
+r568 | sezero | 2011-12-28 23:40:27 +0000 (Wed, 28 Dec 2011) | 3 lines
+
+dropped CVAR_SERVERINFO flag from the cmdline cvar: sending cmdline upon
+CCREQ_RULE_INFO is evil...
+while I was there, did some whitespace clean-up in common.c.
+------------------------------------------------------------------------
+r567 | sezero | 2011-12-28 22:40:15 +0000 (Wed, 28 Dec 2011) | 6 lines
+
+* gl_screen.c: removed oldscreensize, oldfov, oldsbarscale, oldsbaralpha.
+use the callbacks for scr_fov, scr_viewsize, scr_conwidth & scr_conscale
+changes by simply setting vid.recalc_refdef to 1: now that Cvar_Set()
+doesn't do anything when there is no change, this has the same effect.
+* snd_dma.c: removed oldvol, set a callback to sfxvol in order to call
+SND_InitScaletable() upon every volume change.
+------------------------------------------------------------------------
+r566 | sezero | 2011-12-28 22:01:33 +0000 (Wed, 28 Dec 2011) | 21 lines
+
+* first shot at cvar flag system and cvar layer clean-ups :
+- removed the archive and server members of cvar_t structure
+  which are now represented by the CVAR_ARCHIVE, CVAR_NOTIFY
+  and CVAR_SERVERINFO flags.
+- added new Cvar_SetROM and Cvar_SetValueROM functions to 
+  set vars marked as CVAR_ROM (read-only vars) programaticaly
+- added Cvar_SetCallback() as a new function to assign (or
+  remove) a callback function to a cvar.
+- changed Cvar_RegisterVariable() to only accept a var pointer
+  as in original quake
+- moved notification handling from Cvar_Set() to callbacks.
+- changed Cvar_Set() so that it doesn't reallocate the var's
+  string buffer if nothing is changed, nor does it run the
+  var's callback.
+- changed the 'registered' and 'cmdline' cvars to be read-only
+  so that the users can't change it using the console.  (and
+  with 'registered' flagged as CVAR_ROM, the 'static_registered'
+  thing is no longer required)
+- added comment that sending cmdline upon CCREQ_RULE_INFO is
+  evil...
+- more to follow later.
+------------------------------------------------------------------------
+r565 | sezero | 2011-12-28 17:37:30 +0000 (Wed, 28 Dec 2011) | 4 lines
+
+finally nailed the SubdividePolygon() segfault when running as a dedicated
+server: R_Init() isn't called for dedicated server therefore gl_subdivide_size
+was used without being registered hence divisions by zero when using its value
+member. Geez.. Moved its registration to Mod_Init() and we are good.
+------------------------------------------------------------------------
+r564 | sezero | 2011-12-27 19:40:14 +0000 (Tue, 27 Dec 2011) | 3 lines
+
+cfgfile.c (CFG_ReadCvars): Also check for ferror(). Use FS_rewind()
+instead of FS_fseek(). From Sander van Dijk.
+cfgfile.c, cfgfile.h: synced with uhexen2 versions.
+------------------------------------------------------------------------
+r563 | sezero | 2011-12-27 19:32:17 +0000 (Tue, 27 Dec 2011) | 2 lines
+
+common.c (q_vsnprintf): Don't attempt to nul terminate the buffer
+if zero size was passed. From Sander van Dijk.
+------------------------------------------------------------------------
+r562 | kristianduske | 2011-12-27 17:18:28 +0000 (Tue, 27 Dec 2011) | 1 line
+
+Updated version numbers to 0.85.6, updated sparkle files for 0.85.5, added some source files to Xcode project.
+------------------------------------------------------------------------
+r561 | sezero | 2011-12-27 14:00:33 +0000 (Tue, 27 Dec 2011) | 2 lines
+
+added COM_ExtractExtension() helper.
+
+------------------------------------------------------------------------
+r560 | sezero | 2011-12-27 13:15:31 +0000 (Tue, 27 Dec 2011) | 2 lines
+
+changed many strcpy and strncpy into q_strlcpy
+	 and strcat and strncat into q_strlcat
+------------------------------------------------------------------------
+r559 | sezero | 2011-12-27 11:11:24 +0000 (Tue, 27 Dec 2011) | 1 line
+
+added strlcat.c and strlcpy.c to build.
+------------------------------------------------------------------------
+r558 | sezero | 2011-12-27 11:03:39 +0000 (Tue, 27 Dec 2011) | 1 line
+
+added strlcat.c and strlcpy.c: will use them later.
+------------------------------------------------------------------------
+r557 | sezero | 2011-12-27 10:50:42 +0000 (Tue, 27 Dec 2011) | 1 line
+
+changed many sprintf() calls into q_snprintf().
+------------------------------------------------------------------------
+r556 | sezero | 2011-12-27 10:10:51 +0000 (Tue, 27 Dec 2011) | 2 lines
+
+Makefiles update: Passing the libraries to the linker before passing the
+object list is a bad idea.
+------------------------------------------------------------------------
+r555 | sezero | 2011-12-27 08:27:52 +0000 (Tue, 27 Dec 2011) | 2 lines
+
+reverted revision 536 which made coop and deathmatch not to be set at 
+the same time
+------------------------------------------------------------------------
+r554 | sezero | 2011-12-27 08:04:02 +0000 (Tue, 27 Dec 2011) | 1 line
+
+better buffer size safety with COM_StripExtension, COM_FileBase and COM_DefaultExtension
+------------------------------------------------------------------------
+r553 | kristianduske | 2011-12-26 22:42:21 +0000 (Mon, 26 Dec 2011) | 1 line
+
+Changed version strings.
+------------------------------------------------------------------------
+r552 | kristianduske | 2011-12-26 22:27:18 +0000 (Mon, 26 Dec 2011) | 1 line
+
+Cleaned up some build settings and fixed a minor glitch in OS X launcher UI.
+------------------------------------------------------------------------
+r551 | kristianduske | 2011-12-26 18:36:10 +0000 (Mon, 26 Dec 2011) | 1 line
+
+Added building instructions for Mac OS X.
+------------------------------------------------------------------------
+r550 | kristianduske | 2011-12-26 18:08:21 +0000 (Mon, 26 Dec 2011) | 1 line
+
+Updated schemes for cross compilation from XCode 4.
+------------------------------------------------------------------------
+r549 | sezero | 2011-12-25 09:28:30 +0000 (Sun, 25 Dec 2011) | 1 line
+
+bumped version to 0.85.6 in the development tree. documentation tidy-up.
+------------------------------------------------------------------------
+r547 | sezero | 2011-12-24 14:11:08 +0000 (Sat, 24 Dec 2011) | 1 line
+
+reverted parts of rev. 544 where an unintended Xcode update was performed
+------------------------------------------------------------------------
+r546 | sezero | 2011-12-24 14:05:16 +0000 (Sat, 24 Dec 2011) | 1 line
+
+deleted unnecessary Xcode user files.
+------------------------------------------------------------------------
+r545 | sezero | 2011-12-24 14:04:01 +0000 (Sat, 24 Dec 2011) | 2 lines
+
+changed cvar callback functions to accept a cvar_t pointer arg.  I may
+have a use for that later.
+------------------------------------------------------------------------
+r544 | stevenaaus | 2011-12-24 12:42:19 +0000 (Sat, 24 Dec 2011) | 1 line
+
+Add cfgfile.[hc] to xcode.
+------------------------------------------------------------------------
+r543 | sezero | 2011-12-24 12:35:01 +0000 (Sat, 24 Dec 2011) | 1 line
+
+minor correction after last cfgfile patch.
+------------------------------------------------------------------------
+r542 | sezero | 2011-12-24 12:10:15 +0000 (Sat, 24 Dec 2011) | 1 line
+
+changed cfgfile to use FS_functions. From Sander van Dijk.
+------------------------------------------------------------------------
+r541 | sezero | 2011-12-24 12:03:29 +0000 (Sat, 24 Dec 2011) | 1 line
+
+added FS_fgets(). From Sander van Dijk.
+------------------------------------------------------------------------
+r540 | sezero | 2011-12-24 12:02:25 +0000 (Sat, 24 Dec 2011) | 2 lines
+
+tidy up nul termination for strncpy in CFG_ReadCvarOverrides (from Sander.)
+update copyright years.
+------------------------------------------------------------------------
+r539 | sezero | 2011-12-24 12:01:07 +0000 (Sat, 24 Dec 2011) | 1 line
+
+updated CodeBlocks project files for newly added files.
+------------------------------------------------------------------------
+r538 | sezero | 2011-12-24 09:41:41 +0000 (Sat, 24 Dec 2011) | 2 lines
+
+documentation: removed the remark of `unreleased' from 0.85.5. changed
+the download links for 0.85.5.
+------------------------------------------------------------------------
+r537 | sezero | 2011-12-24 09:10:49 +0000 (Sat, 24 Dec 2011) | 1 line
+
+updated visual studio project file for newly added files
+------------------------------------------------------------------------
+r536 | sezero | 2011-12-23 12:03:49 +0000 (Fri, 23 Dec 2011) | 2 lines
+
+Made sure that deathmatch and coop are not set at the same time
+(fix originally from QIP sources of Matthias Buecher, a.k.a. Maddes)
+------------------------------------------------------------------------
+r535 | sezero | 2011-12-22 23:10:25 +0000 (Thu, 22 Dec 2011) | 1 line
+
+removed support for the -mode argument from gl_vidsdl.c
+------------------------------------------------------------------------
+r534 | sezero | 2011-12-22 21:55:48 +0000 (Thu, 22 Dec 2011) | 8 lines
+
+gl_vidsdl.c fixes/changes from Sander van Dijk: if (hypothetically) no
+fullscreen modes are reported at all fixes bad behaviour of several
+options in the video menu, and allows the user to use "-force" to force
+a fullscreen mode even if none was reported; this was previously only
+possible if there was at least one fullscreen mode reported), makes the
+treatment of "-current" more similar to "-width/-height/-bpp" (only
+forcing it if the user provides "-force"), gets rid of leavecurrentmode
+hack (which didn't do much useful, besides making the code less clear).
+------------------------------------------------------------------------
+r533 | sezero | 2011-12-22 21:20:19 +0000 (Thu, 22 Dec 2011) | 2 lines
+
+main_sdl.c: added SDL version check at runtime requiring at least SDL-1.2.10
+and rejecting SDL >= 1.3.x.
+------------------------------------------------------------------------
+r532 | sezero | 2011-12-21 10:40:18 +0000 (Wed, 21 Dec 2011) | 2 lines
+
+sys_sdl_unix.c, sys_sdl_win.c (Sys_Sleep): rely on SDL_Delay() instead
+of platform specific usleep() or Sleep() calls.
+------------------------------------------------------------------------
+r531 | sezero | 2011-12-20 09:22:19 +0000 (Tue, 20 Dec 2011) | 2 lines
+
+backport from uhexen2: read video variables early so that a vid_restart
+isn't necessary after init. thanks to Sander van Dijk.
+------------------------------------------------------------------------
+r530 | sezero | 2011-12-18 16:27:14 +0000 (Sun, 18 Dec 2011) | 3 lines
+
+gl_vidsdl.c: comment out the rest of vid_refreshrate usage which isn't supported.
+(VID_SetMode): check whether SDL_SetVideoMode() actually succeeded. otherwise we
+just segfault. noticed by Sander.
+------------------------------------------------------------------------
+r529 | sezero | 2011-12-18 10:03:53 +0000 (Sun, 18 Dec 2011) | 4 lines
+
+* client.h: moved usercmd_t structure to protocol.h
+* quakedef.h: moved chase declarations to client.h.
+  moved the entity_state_t structure to protocol.h.
+  tweaked the order of quake header includes.
+------------------------------------------------------------------------
+r528 | sezero | 2011-12-18 10:00:36 +0000 (Sun, 18 Dec 2011) | 3 lines
+
+net_win.c, net_sdl.c, net_bsd.c, net_defs.h: removed fixed size from net_drivers
+and net_landrivers. changed net_numdrivers and net_numlandrivers into const int
+and assigned their values using array size macros instead of hardcoded numbers.
+------------------------------------------------------------------------
+r527 | sezero | 2011-12-18 09:55:18 +0000 (Sun, 18 Dec 2011) | 2 lines
+
+sv_main.c: changed a (cls.state != ca_dedicated) condition into (!isDedicated)
+so that a server file doesn't use "cls"
+------------------------------------------------------------------------
+r526 | sezero | 2011-12-18 09:51:28 +0000 (Sun, 18 Dec 2011) | 1 line
+
+net_loop.h: Tiny whitespace tidy up.
+------------------------------------------------------------------------
+r525 | sezero | 2011-12-18 09:50:49 +0000 (Sun, 18 Dec 2011) | 2 lines
+
+net_dgrm.c: removed the DEBUG build condition around the "Forged packet received"
+message prints. Tiny whitespace tidy up.
+------------------------------------------------------------------------
+r524 | sezero | 2011-12-16 14:11:37 +0000 (Fri, 16 Dec 2011) | 2 lines
+
+SDL input driver: updated from the uHexen2 project adding native keymap
+and dead key support to the console, thanks to Sander van Dijk.
+------------------------------------------------------------------------
+r523 | sezero | 2011-12-15 21:41:48 +0000 (Thu, 15 Dec 2011) | 3 lines
+
+keys.c (History_Init): filter out '\r' and skip over to the first non-EOL
+character. This allows using a windows-generated history.txt file on unix.
+based on a patch from Sander van Dijk.
+------------------------------------------------------------------------
+r522 | sezero | 2011-12-15 16:33:52 +0000 (Thu, 15 Dec 2011) | 3 lines
+
+keys.c (Key_Event): Allow autorepeats in message (chat) mode; based on a
+patch from Sander van Dijk.  Rearrange the autorepeat condition checks a
+bit, based on uhexen2.
+------------------------------------------------------------------------
+r521 | sezero | 2011-12-15 16:21:36 +0000 (Thu, 15 Dec 2011) | 4 lines
+
+menu.c (M_ToggleMenu_f): Set key_dest to key_game only if the client
+is connected. Set it to key_console, otherwise. Patch from and thanks
+to Sander van Dijk.
+(M_Main_Key): Likewise.
+------------------------------------------------------------------------
+r520 | sezero | 2011-12-15 15:51:28 +0000 (Thu, 15 Dec 2011) | 2 lines
+
+sys_sdl_unix.c, sys_sdl_win.c (Sys_ConsoleInput): Moved isDedicated check to...
+host.c (Host_GetConsoleCommands): ... here, where it should be.
+------------------------------------------------------------------------
+r519 | sezero | 2011-12-15 06:37:12 +0000 (Thu, 15 Dec 2011) | 2 lines
+
+gl_texmgr.c (TexMgr_LoadPalette): properly point to d_8to24table_fbright
+(noticed this in recent RMQ sources.)
+------------------------------------------------------------------------
+r518 | sezero | 2011-12-15 06:31:51 +0000 (Thu, 15 Dec 2011) | 2 lines
+
+host_cmd.c (Host_Loadgame_f): Close the file before signalling an error
+(noticed this in recent RMQ sources.)
+------------------------------------------------------------------------
+r517 | sezero | 2011-12-14 14:21:12 +0000 (Wed, 14 Dec 2011) | 4 lines
+
+gl_model.c (Mod_SetExtraFlags): Fixed r_nolerp_list.string parsing code
+of fitzquake: the loop was able to go beyond the null terminator of the
+cvar.  (Besides, it would technically yield a false positive because of
+strncmp(), but much less likely..)
+------------------------------------------------------------------------
+r516 | sezero | 2011-12-13 19:00:25 +0000 (Tue, 13 Dec 2011) | 1 line
+
+CL_ParseUpdate: removed unused bitcounts[] array
+------------------------------------------------------------------------
+r515 | sezero | 2011-12-13 18:40:23 +0000 (Tue, 13 Dec 2011) | 1 line
+
+Cmd_Alias_f: don't append a space at the very end.
+------------------------------------------------------------------------
+r514 | sezero | 2011-12-13 18:35:40 +0000 (Tue, 13 Dec 2011) | 1 line
+
+Cmd_TokenizeString: simplify duplication by using Z_Strdup()
+------------------------------------------------------------------------
+r513 | sezero | 2011-12-13 09:12:16 +0000 (Tue, 13 Dec 2011) | 1 line
+
+can these guys code in ANSI C????
+------------------------------------------------------------------------
+r512 | sezero | 2011-12-12 16:01:01 +0000 (Mon, 12 Dec 2011) | 4 lines
+
+renamed Sys_FloatTime to Sys_DoubleTime (the thing always returned double
+you know..) and adjusted all callers accordingly.  changed Sys_Sleep() to
+take a milliseconds argument, added implementations for unix (usleep) and
+windows (Sleep).
+------------------------------------------------------------------------
+r511 | sezero | 2011-12-12 14:11:17 +0000 (Mon, 12 Dec 2011) | 1 line
+
+Made the cmd argument of CL_SendMove() const.
+------------------------------------------------------------------------
+r510 | sezero | 2011-12-12 12:56:57 +0000 (Mon, 12 Dec 2011) | 1 line
+
+constified the name arguments of Image_LoadImage() and Image_WriteTGA()
+------------------------------------------------------------------------
+r509 | sezero | 2011-12-12 12:44:17 +0000 (Mon, 12 Dec 2011) | 1 line
+
+re-diff'ed the quake_retexturing_project.patch so that it applies cleanly
+------------------------------------------------------------------------
+r508 | sezero | 2011-12-12 12:02:37 +0000 (Mon, 12 Dec 2011) | 1 line
+
+made Sys_ConsoleInput() to return const
+------------------------------------------------------------------------
+r507 | sezero | 2011-12-12 10:50:26 +0000 (Mon, 12 Dec 2011) | 2 lines
+
+made unix Sys_mkdir() to print strerror in case of failure.
+made windows Sys_mkdir() to use windows api functions.
+------------------------------------------------------------------------
+r506 | sezero | 2011-12-12 09:50:23 +0000 (Mon, 12 Dec 2011) | 1 line
+
+removed privileged member from the client structure
+------------------------------------------------------------------------
+r505 | sezero | 2011-12-12 09:03:34 +0000 (Mon, 12 Dec 2011) | 9 lines
+
+pr_exec.c (PR_ExecuteProgram):  Implemented some of LordHavoc's
+optimizations mostly by removing the temporary eval_t *a,*b and *c
+variables and replacing them by OPA, OPB and OPC macros. Removed
+the statement index s and used the statement pointer instead,
+updating the pr_xstatement global whenever necessary. In OP_STATE,
+stored OPA->_float to ed->v.frame without comparing them (I don't
+understand the significance to the comparison.)  Casted st->a, b
+and c to unsigned short instead of using them signed as they are
+as the pr_globals index value. Updated profiling code.
+------------------------------------------------------------------------
+r504 | sezero | 2011-12-12 08:56:25 +0000 (Mon, 12 Dec 2011) | 2 lines
+
+pr_comp.h, pr_edict.c, progs.h, pr_cmds.c, pr_exec.c: made some of the
+variables and functions private and did some whitespace tidy-ups.
+------------------------------------------------------------------------
+r503 | stevenaaus | 2011-11-19 23:33:54 +0000 (Sat, 19 Nov 2011) | 1 line
+
+Make 'R_DrawSprite' error messages Con_DPrintf.
+------------------------------------------------------------------------
+r502 | sezero | 2011-11-12 18:03:49 +0000 (Sat, 12 Nov 2011) | 2 lines
+
+net_udp.c: Fixed FIONREAD ioctl to take an int* argument instead of
+an unsigned long*.
+------------------------------------------------------------------------
+r501 | sezero | 2011-11-07 23:02:02 +0000 (Mon, 07 Nov 2011) | 1 line
+
+recompiled SDL library from git snapshot a04171d6fa11 (2011-11-07, SDL-1.2 branch)
+------------------------------------------------------------------------
+r500 | sezero | 2011-10-30 16:56:03 +0000 (Sun, 30 Oct 2011) | 5 lines
+
+cd_sdl.c: Reverted the CDAudio_Update() change from 27 Oct: it does
+not make things better.  Removed the SDL_CDStatus() check before the
+error message in case of SDL_CDPlay() failures: I don't really know
+the significance to it and witnessed that it caused the error report
+once, so I don't see any merit in its presence.
+------------------------------------------------------------------------
+r499 | sezero | 2011-10-30 16:02:34 +0000 (Sun, 30 Oct 2011) | 1 line
+
+windows codecs: Recompiled mpg123 from latest 1.13.4 release.
+------------------------------------------------------------------------
+r498 | sezero | 2011-10-27 10:40:46 +0100 (Thu, 27 Oct 2011) | 3 lines
+
+cd_sdl.c: Simplified, making it similar to cd_linux.c or cd_bsd.c by
+performing checks every two seconds in CDAudio_Update() and caching
+the last check time.
+------------------------------------------------------------------------
+r497 | sezero | 2011-10-26 13:11:25 +0100 (Wed, 26 Oct 2011) | 3 lines
+
+recompiled all windows x64 dlls using a new gcc-4.5-based toolchain.
+also updated the SDL library to HG/1.2 branch 2011-10-14 with
+patch from http://bugzilla.libsdl.org/show_bug.cgi?id=1254#c15.
+------------------------------------------------------------------------
+r496 | sezero | 2011-10-24 18:40:12 +0100 (Mon, 24 Oct 2011) | 1 line
+
+updated the user directories support patch
+------------------------------------------------------------------------
+r495 | sezero | 2011-10-19 21:10:49 +0100 (Wed, 19 Oct 2011) | 2 lines
+
+in Sbar_DrawFace(), don't let the index derived off cl.stats[STAT_HEALTH]
+to become negative. (noticed this in rmq some time ago...)
+------------------------------------------------------------------------
+r494 | sezero | 2011-10-19 20:33:23 +0100 (Wed, 19 Oct 2011) | 1 line
+
+moved README.music to top-level directory
+------------------------------------------------------------------------
+r493 | sezero | 2011-10-09 09:51:29 +0100 (Sun, 09 Oct 2011) | 1 line
+
+cl_demo.c: Several tidy-ups and message corrections
+------------------------------------------------------------------------
+r492 | sezero | 2011-10-07 08:12:18 +0100 (Fri, 07 Oct 2011) | 1 line
+
+updated my systest tool from uhexen2
+------------------------------------------------------------------------
+r491 | sezero | 2011-10-03 15:00:16 +0100 (Mon, 03 Oct 2011) | 4 lines
+
+updated windows SDL libraries to HG/1.2 branch 2011-09-21 with two
+patches applied:
+http://bugzilla.libsdl.org/show_bug.cgi?id=1254#c15
+http://bugzilla.libsdl.org/show_bug.cgi?id=1310
+------------------------------------------------------------------------
+r490 | stevenaaus | 2011-09-21 03:51:56 +0100 (Wed, 21 Sep 2011) | 1 line
+
+Typo: scr_crosshaircale -> scr_crosshairscale (from Sander).
+------------------------------------------------------------------------
+r489 | stevenaaus | 2011-09-20 23:45:52 +0100 (Tue, 20 Sep 2011) | 1 line
+
+Update sndspeed cvar when it is changed from the command line (from Sander). Note in-game changes of the sound cvars don't change sound playback settings or behaviour.
+------------------------------------------------------------------------
+r488 | sezero | 2011-09-20 19:05:51 +0100 (Tue, 20 Sep 2011) | 2 lines
+
+added IS_LOOP_DRIVER macro and made the confusing loop driver checks
+more readable. from uhexen2.
+------------------------------------------------------------------------
+r487 | stevenaaus | 2011-09-20 07:41:36 +0100 (Tue, 20 Sep 2011) | 1 line
+
+Make the default fullscreen mode 800x600 (same as window default), from Sander.
+------------------------------------------------------------------------
+r486 | sezero | 2011-09-19 09:55:47 +0100 (Mon, 19 Sep 2011) | 1 line
+
+more ChangeLog updates
+------------------------------------------------------------------------
+r485 | stevenaaus | 2011-09-18 05:24:22 +0100 (Sun, 18 Sep 2011) | 1 line
+
+Update doco for minor changes.
+------------------------------------------------------------------------
+r484 | sezero | 2011-09-15 08:51:11 +0100 (Thu, 15 Sep 2011) | 2 lines
+
+gl_model.c: Added new external_ents cvar for Mod_LoadEntities()
+in parallel to the old QIP code.
+------------------------------------------------------------------------
+r483 | sezero | 2011-08-27 08:11:36 +0100 (Sat, 27 Aug 2011) | 1 line
+
+updated makefiles.
+------------------------------------------------------------------------
+r482 | sezero | 2011-08-27 08:11:02 +0100 (Sat, 27 Aug 2011) | 1 line
+
+updated snd_vorbis.c from the uhexen2 project: support for Tremor (libvorbisidec)
+------------------------------------------------------------------------
+r481 | sezero | 2011-08-25 22:37:34 +0100 (Thu, 25 Aug 2011) | 2 lines
+
+mlook and lookspring fixes by Jacques Krige :
+http://www.quake-1.com/docs/quakesrc.org/1.html
+------------------------------------------------------------------------
+r480 | stevenaaus | 2011-08-24 08:47:29 +0100 (Wed, 24 Aug 2011) | 1 line
+
+z-fighting (flickering gl texture clash most notable in e1m1) bug fix, from Sander.
+------------------------------------------------------------------------
+r479 | sezero | 2011-08-21 10:10:52 +0100 (Sun, 21 Aug 2011) | 2 lines
+
+snd_mp3.c (S_MP3_CodecOpenStream): Don't Z_Free() stream's private
+data when not allocating on the zone.
+------------------------------------------------------------------------
+r478 | sezero | 2011-08-10 06:05:36 +0100 (Wed, 10 Aug 2011) | 1 line
+
+recompiled all windows x64 libraries using the latest mingw-w64 v1.0 runtime rev.4360.
+------------------------------------------------------------------------
+r477 | sezero | 2011-08-06 17:10:43 +0100 (Sat, 06 Aug 2011) | 1 line
+
+updated my mk_header tool and added systest.
+------------------------------------------------------------------------
+r476 | sezero | 2011-08-03 20:30:37 +0100 (Wed, 03 Aug 2011) | 3 lines
+
+console.c (LOG_Init): Removed the O_APPEND flag when opening the log file.
+It was a legacy from Quake who used to open and close the log file on every
+write. Commented out the unlink() call and added O_TRUNC to the open flags.
+------------------------------------------------------------------------
+r475 | sezero | 2011-08-03 20:22:29 +0100 (Wed, 03 Aug 2011) | 1 line
+
+removed the LoadBufFile method
+------------------------------------------------------------------------
+r474 | sezero | 2011-07-21 10:20:45 +0100 (Thu, 21 Jul 2011) | 1 line
+
+fixed vorbisfile link order at another place
+------------------------------------------------------------------------
+r473 | sezero | 2011-07-21 10:11:30 +0100 (Thu, 21 Jul 2011) | 1 line
+
+deleted unused vorbisenc.h header from OSX port too
+------------------------------------------------------------------------
+r472 | sezero | 2011-07-21 10:03:35 +0100 (Thu, 21 Jul 2011) | 2 lines
+
+fixed vorbisfile link order for static linkage if one chooses to do so.
+deleted unused vorbisenc.h header.
+------------------------------------------------------------------------
+r471 | sezero | 2011-07-20 10:00:12 +0100 (Wed, 20 Jul 2011) | 2 lines
+
+snd_mp3.c: leave Z_ alone and allocate libmad decoding buffers (ca. 64kb)
+on the system memory.
+------------------------------------------------------------------------
+r470 | sezero | 2011-07-17 15:00:48 +0100 (Sun, 17 Jul 2011) | 2 lines
+
+zone.c (Z_Realloc): If expanding size, zero-fill the expanded part
+of the memory before returning, which is Z_Malloc() behavior.
+------------------------------------------------------------------------
+r469 | stevenaaus | 2011-07-16 12:07:19 +0100 (Sat, 16 Jul 2011) | 1 line
+
+Added a new OSX app. Update links in doco.
+------------------------------------------------------------------------
+r468 | sezero | 2011-07-08 18:27:44 +0100 (Fri, 08 Jul 2011) | 1 line
+
+progs.h (PR_RunError): Mark the function as noreturn.
+------------------------------------------------------------------------
+r467 | sezero | 2011-07-05 07:50:23 +0100 (Tue, 05 Jul 2011) | 4 lines
+
+host.c (Host_ClearMemory): Do not check if host_hunklevel is
+set before freeing the hunk allocations.  The order in Host_Init()
+is clear and Host_ClearMemory must not be hit before host_hunklevel
+is set. (otherwise, there _will_ be much trouble...)
+------------------------------------------------------------------------
+r466 | sezero | 2011-07-05 07:45:31 +0100 (Tue, 05 Jul 2011) | 2 lines
+
+host.c (Host_Init): Execute quake.rc _after_ setting host_hunklevel
+and host_initialized.
+------------------------------------------------------------------------
+r465 | sezero | 2011-07-05 07:28:42 +0100 (Tue, 05 Jul 2011) | 3 lines
+
+* Removed some useless memset calls onto newly hunk allocated memory.
+  Hunk_Alloc() already clears the memory before returning it.
+* Some minor cleanups.
+------------------------------------------------------------------------
+r464 | sezero | 2011-06-28 12:33:23 +0100 (Tue, 28 Jun 2011) | 1 line
+
+Increased localmodels array size to 8 (better alignment)
+------------------------------------------------------------------------
+r463 | sezero | 2011-06-27 14:20:52 +0100 (Mon, 27 Jun 2011) | 1 line
+
+moved Host_Version_f from host_cmd.c to host.c.
+------------------------------------------------------------------------
+r462 | sezero | 2011-06-27 14:10:19 +0100 (Mon, 27 Jun 2011) | 1 line
+
+net_udp.c: check whether the address returned by gethostbyname is an IPv4 address
+------------------------------------------------------------------------
+r461 | sezero | 2011-06-13 13:41:00 +0100 (Mon, 13 Jun 2011) | 1 line
+
+minor syncing with uhexen2
+------------------------------------------------------------------------
+r460 | sezero | 2011-06-12 13:25:22 +0100 (Sun, 12 Jun 2011) | 1 line
+
+a little syncing with uhexen2.
+------------------------------------------------------------------------
+r459 | sezero | 2011-06-11 14:20:13 +0100 (Sat, 11 Jun 2011) | 1 line
+
+updated q_stdinc.h from uhexen2.
+------------------------------------------------------------------------
+r458 | sezero | 2011-06-11 06:03:04 +0100 (Sat, 11 Jun 2011) | 2 lines
+
+gl_model.c (Mod_LoadEntities): Added support for loading external entity files.
+Adding a cvar to control this option should follow later.
+------------------------------------------------------------------------
+r457 | stevenaaus | 2011-06-10 04:04:51 +0100 (Fri, 10 Jun 2011) | 1 line
+
+Trial a new Freeze cvar.
+------------------------------------------------------------------------
+r456 | sezero | 2011-06-02 08:56:15 +0100 (Thu, 02 Jun 2011) | 1 line
+
+Recompiled all windows x64 libraries using the latest mingw-w64 tools.
+------------------------------------------------------------------------
+r455 | sezero | 2011-05-20 23:20:30 +0100 (Fri, 20 May 2011) | 4 lines
+
+Sync music stuff with uHexen2:  Removed S_FileExtension, replaced its use
+by COM_FileGetExtension.  Adjusted all users because COM_FileGetExtension
+doesn't include the leading dot for the extension, nor does it ever return
+NULL.
+------------------------------------------------------------------------
+r454 | sezero | 2011-05-20 21:38:11 +0100 (Fri, 20 May 2011) | 2 lines
+
+replaced COM_FileExtension by a slightly better version from uhexen2,
+renamed it to COM_FileGetExtension, added a prototype to common.h.
+------------------------------------------------------------------------
+r453 | sezero | 2011-05-15 11:33:26 +0100 (Sun, 15 May 2011) | 1 line
+
+recompiled SDL.dll for windows x64 from 2010-11-11 snapshot.
+------------------------------------------------------------------------
+r452 | stevenaaus | 2011-04-28 07:24:37 +0100 (Thu, 28 Apr 2011) | 1 line
+
+Add note about music sampling and sndspeed to readme.
+------------------------------------------------------------------------
+r451 | sezero | 2011-04-25 22:33:54 +0100 (Mon, 25 Apr 2011) | 2 lines
+
+added a note to README.music about Quake cdrom audio tracks being pre-emphasized.
+from Sander van Dijk.
+------------------------------------------------------------------------
+r450 | sezero | 2011-04-24 17:25:26 +0100 (Sun, 24 Apr 2011) | 1 line
+
+updated documents for new changes
+------------------------------------------------------------------------
+r449 | sezero | 2011-04-24 05:27:54 +0100 (Sun, 24 Apr 2011) | 3 lines
+
+small documentation corrections. fixed the borked README.txt file.
+changed version to 0.85.5 in the README files. changed version to
+0.85.5 in quakedef.h.
+------------------------------------------------------------------------
+r448 | stevenaaus | 2011-04-24 04:01:40 +0100 (Sun, 24 Apr 2011) | 1 line
+
+Update Makefile.darwin (OSX) and doco.
+------------------------------------------------------------------------
+r447 | sezero | 2011-04-22 06:23:45 +0100 (Fri, 22 Apr 2011) | 3 lines
+
+* codecs:  updated libmpg123 windows libraries to the latest
+  stable 1.13.3 version.
+
+------------------------------------------------------------------------
+r446 | sezero | 2011-04-19 19:29:41 +0100 (Tue, 19 Apr 2011) | 1 line
+
+check for arguments to several command line options. patch from Sander van Dijk.
+------------------------------------------------------------------------
+r445 | sezero | 2011-04-19 19:02:00 +0100 (Tue, 19 Apr 2011) | 1 line
+
+changed Misc/homedir_0.patch to incorporate host_parms->userdir
+------------------------------------------------------------------------
+r444 | sezero | 2011-04-19 18:02:41 +0100 (Tue, 19 Apr 2011) | 1 line
+
+keys.c (History_Init, History_Shutdown): use host_parms->userdir.
+------------------------------------------------------------------------
+r443 | sezero | 2011-04-19 17:41:45 +0100 (Tue, 19 Apr 2011) | 5 lines
+
+made global host_parms a pointer, set in main(). adjusted places where
+host_parms is used. made COM_Init() and Host_Init() to take no arguments.
+made Sys_Init() to set host_parms->userdir: at present, it is set to
+host_parms->basedir, to be changed properly when user directories are
+implemented.
+------------------------------------------------------------------------
+r442 | sezero | 2011-04-12 13:36:04 +0100 (Tue, 12 Apr 2011) | 1 line
+
+fixed several gcc-4.6 -Wunused-but-set-variable warnings.
+------------------------------------------------------------------------
+r441 | sezero | 2011-04-08 21:25:58 +0100 (Fri, 08 Apr 2011) | 1 line
+
+minor update to README.music document.
+------------------------------------------------------------------------
+r440 | sezero | 2011-04-08 07:01:39 +0100 (Fri, 08 Apr 2011) | 3 lines
+
+cl_parse.c (CL_KeepaliveMessage): fixed big boom in net play in maps with
+extended limits. it was a fitzquake-0.85 bug noticed by `mh' as explained
+at http://forums.inside3d.com/viewtopic.php?p=35030
+------------------------------------------------------------------------
+r439 | sezero | 2011-04-01 15:55:45 +0100 (Fri, 01 Apr 2011) | 4 lines
+
+just properly use (u)intptr_t where necessary and don't do the cheap hack
+of using size_t instead of it.  include stdint.h in q_stdinc.h for it.
+for Visual Studio earlier than version 2010, use the header provided by
+the msinttypes project.
+------------------------------------------------------------------------
+r438 | sezero | 2011-03-31 10:50:24 +0100 (Thu, 31 Mar 2011) | 1 line
+
+updated README files.  added Misc/README.music as a new reference document.
 ------------------------------------------------------------------------
 r436 | kristianduske | 2011-03-28 16:17:30 +0100 (Mon, 28 Mar 2011) | 1 line
 

-- 
Packaging for quakespasm



More information about the Pkg-games-commits mailing list