Commit graph

669 commits

Author SHA1 Message Date
svdijk
550c9144c1 Makefile, Makefile.darwin: Remove the not-so-useful "install" target.
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@681 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-05-30 17:29:34 +00:00
sezero
b2de394759 added missing cast in PL_CreateIconMask() to fix compilation using g++
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@680 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-05-30 10:55:35 +00:00
sezero
2357325e56 Makefiles: defined new variable LINKER. for linkage we no longer use $(CC),
but $(LINKER)

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@679 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-05-30 09:47:45 +00:00
sezero
7e24a4457c fix linkage for solaris: needs -lsocket -lnsl -lresolv for network
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@678 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-05-30 09:28:34 +00:00
sezero
bfffadc040 removed the SNDDMA_GetSamples() call from snd_dma.c:GetSoundtime() for solaris
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@677 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-05-30 09:00:12 +00:00
sezero
9918ecc44e renamed model_t to qmodel_t in order to avoid conflicts on solaris.
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@676 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-05-30 08:56:06 +00:00
svdijk
02ff5e4394 gl_warp.c: revert part of r653, not really needed.
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@675 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-05-27 09:01:55 +00:00
svdijk
c23f8b3fff Remove no longer used Misc/QuakeSpasm_256.png
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@674 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-05-27 08:55:00 +00:00
sezero
3e70932fb7 minor gl_vidsdl.c cleanups: tidied up VID_SetMode(). Removed the defunct
_windowed_mouse cvar. Simplified va()+Cvar_Set() calls into Cvar_SetValue().

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@673 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-05-21 12:32:20 +00:00
svdijk
7b5abd184f Minor linux icon tweak.
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@672 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-05-17 06:02:50 +00:00
sezero
792318902f don't print both of the two possible warning messages in PF_VarString()
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@671 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-05-15 16:10:13 +00:00
svdijk
b0c683f4cd pr_cmds.c: Make PF_VarString's buffer a bit larger (fixes UQC's menu).
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@670 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-05-15 14:41:29 +00:00
sezero
88201290f6 removed unnecessary cb.bmp from codeblocks directories.
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@669 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-05-12 15:28:14 +00:00
svdijk
d1327e65d7 Remove unneeded sizes (24, 64) from the windows icon.
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@668 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-05-10 21:59:54 +00:00
svdijk
1100f09fe7 (Untested) Use new transparent icon for macosx (16, 32, 64, 128 and 256).
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@667 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-05-10 21:38:50 +00:00
svdijk
bd5394e434 Use new transparent icon for windows (16, 24, 32, 48, 64 and 256).
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@666 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-05-10 21:24:58 +00:00
svdijk
410082f230 Use new transparent icon for linux (32x32 for now).
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@665 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-05-10 20:21:20 +00:00
svdijk
02152f52a3 Add new icon png to the repo.
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@664 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-05-10 19:21:20 +00:00
svdijk
256ed6e7f6 keys.[ch]: comment out KP_* keys, since we map them to their K_* counterparts
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@663 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-04-23 18:01:47 +00:00
sezero
ff18f430e8 updated README files for 0.85.8 development version changes so far
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@662 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-04-23 17:01:11 +00:00
sezero
e4163ed108 snd_mp3.c, snd_vorbis.c, snd_wave.c: Make _sure_ that the number
of channels in the music file is supported, i.e. either stereo or
mono. Minor tidy up of the error return paths.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@661 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-04-22 11:02:08 +00:00
sezero
568010696c removed the envmap command which drew to front buffer. adjusted the
timerefresh command not to draw to the front buffer. also made sure
that there is an active connection when timerefresh is called.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@660 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-04-22 07:55:56 +00:00
svdijk
b57e204840 in_sdl.c: invert the behaviour of numlock (numbers when on, not when off)
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@659 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-04-20 20:23:55 +00:00
sezero
8d8213f6ba common.c: until COM_CheckRegistered() is called keep the value of the
registered cvar as 1, set it right in COM_CheckRegistered().  fixes the
problem of registered game installed from later versions of cdroms not
being properly recognized by versions 0.85.6 and 0.85.7.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@658 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-04-20 19:47:22 +00:00
sezero
a049da1632 Limited the struct qsocket_s details only to net_*.c sources :
For menu serverlist handling, added new procedures NET_SlistSort,
NET_SlistPrintServer and NET_SlistPrintServerName. Added new
procedure NET_QSocketGetTime for status and spawn commands' print
functionality in host_cmd.c. Added new NET_QSocketGetAddressString
procedure for status and connect commands' print functionality in
host_cmd.c and sv_main.c.  Patch ported over from uhexen2.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@657 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-04-18 20:33:12 +00:00
sezero
cf3c6d5f5e * net_dgrm.c: Fixed the types of testSocket and test2Socket from int
to sys_socket_t.
* updated version date stamp to 2012-04-01.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@656 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-04-01 18:03:25 +00:00
sezero
0a32fb9214 cmd.c, gl_texmgr.c, gl_texmgr.h: killed the rest of the -Wsign-compare warnings.
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@655 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-03-31 18:30:09 +00:00
sezero
fab747c1ae Added file count and header crc macros for id1/pak0.pak v1.00 and v1.01
so that the corresponding shareware versions actually work properly and
not error out.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@654 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-03-28 17:50:47 +00:00
svdijk
bc717b3c40 gl_warp: save some cvars to config.cfg.
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@653 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-03-25 19:08:31 +00:00
sezero
211b10935e fixed last changed date in the README files. hand-edited the generated
txt version for it to be a bit more readable.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@652 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-03-24 10:50:29 +00:00
stevenaaus
9213f757b2 Add libSDL gamma known issue to readme.
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@651 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-03-24 07:10:14 +00:00
sezero
7b74929391 * mathlib.h (IS_NAN): Fixed strict aliasing violation by providing
an inline function using a float/int union instead of the original
  macro.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@650 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-03-24 06:24:56 +00:00
kristianduske
b6afdf63d5 Updated version strings in OS X project to 0.85.8
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@649 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-03-14 07:06:49 +00:00
sezero
2bbf869fe9 bumped version to 0.85.8 in the development tree
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@648 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-03-14 07:02:41 +00:00
sezero
e308926219 more README updates.
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@646 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-03-13 05:10:26 +00:00
sezero
1cdbd0b07f updated README files for 0.85.7 relnotes
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@645 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-03-12 20:00:24 +00:00
sezero
9438b6afd6 Moved the stufftext_frame global to client_static_t structure and
adjusted CL_GetDemoMessage and CL_ParseServerMessage accordingly.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@644 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-03-12 08:24:16 +00:00
sezero
cf02709698 windows codecs: updated libmpg123 to latest stable 1.13.6 version.
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@643 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-03-12 06:28:10 +00:00
sezero
fea58a1661 minor Makefile tidying
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@642 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-03-09 10:11:09 +00:00
sezero
628318e603 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.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@641 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-03-08 10:14:58 +00:00
stevenaaus
e2391c8792 'make install' directory needs trailing slash in order to fail (desired) if directory doesn't exist.
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@640 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-03-08 07:17:49 +00:00
sezero
023e298dde 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.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@639 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-03-03 21:55:53 +00:00
sezero
391d38fc05 apply anisotropic level setting only to mipmap textures
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@638 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-02-18 22:04:38 +00:00
sezero
9b772c9fd2 at least use the api sensibly and don't screw the whitespace
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@637 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-02-12 11:33:07 +00:00
stevenaaus
97c5882297 common.c
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@636 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-02-12 02:59:21 +00:00
sezero
3340d9b5a4 renamed the file with spaces in its name
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@635 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-02-11 16:00:35 +00:00
sezero
3f8252bfbd 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.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@634 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-02-11 15:55:09 +00:00
sezero
b1d8f204e0 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.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@633 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-02-11 14:30:19 +00:00
sezero
63f50a3d7e removed the defunct block_drawing global (btw, it was checked incorrectly
in GL_EndRendering()... )

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@632 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-02-10 22:37:07 +00:00
sezero
c6d89f9b6f in_sdl.c: fixed backspace key on Mac OS X
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@631 af15c1b1-3010-417e-b628-4374ebc0bcbd
2012-02-10 22:04:43 +00:00