Commit Graph

  • 3afb684edb
    Merge 2c1cd44a20 into 6d03208775 #1 Allege 2024-02-08 06:47:29 +1100
  • 2c1cd44a20
    Do not strip debug library #1 Allege 2024-02-08 06:47:14 +1100
  • 6d03208775 Implement missing functions - still segfaulting at end master twinaphex 2014-06-25 23:34:53 +0200
  • 5f7b0c14cc Add initial libretro patches twinaphex 2014-06-25 23:01:52 +0200
  • 23119f4eb2 server: bump MAX_MODELS static limit Kevin Shanahan 2014-02-21 11:55:31 +1030
  • adc7356a53 server: bump MAX_EDICTS static limit Kevin Shanahan 2014-02-21 11:54:37 +1030
  • f703319ac7 server: improve error message when too many brush models Kevin Shanahan 2014-02-21 11:52:35 +1030
  • b46aa1d57a model: use MAX_OSPATH for gl mesh cache path Kevin Shanahan 2013-10-09 08:55:33 +1030
  • 59d54b598a input: fix compile on in_win.c Kevin Shanahan 2013-10-03 08:08:21 +0930
  • 899ef775bb Merge branch 'master' of git://disenchant.net/tyrquake Kevin Shanahan 2013-10-03 08:03:22 +0930
  • f44e7bb120 changelog: amend entry for bsp2 support to show both bsp2 and 2psb supported Kevin Shanahan 2013-09-29 08:56:11 +0930
  • eb1f83d4f8 model: factor out common code from leaf loading functions Kevin Shanahan 2013-09-28 19:46:34 +0930
  • c3a360096a model: use a common function to load bsp lumps which are simple byte streams Kevin Shanahan 2013-09-28 19:45:12 +0930
  • ffbc721202 model: don't load an extra edge in Mod_LoadEdges_* Kevin Shanahan 2013-09-28 13:57:14 +0930
  • f5b93ea06d model: support two types of BSP2 models Kevin Shanahan 2013-09-28 11:17:45 +0930
  • c927c6e9a6 build: use single call to wildcard for depfiles Kevin Shanahan 2013-08-06 16:26:48 +0930
  • 4d46bf3797 cdaudio: document the cd audio console commands Kevin Shanahan 2013-07-03 09:05:52 +0930
  • 6ea7f4bb29 input: document mlook and m_freelook Kevin Shanahan 2013-07-01 10:05:08 +0930
  • 60a70671f0 input: new cvar m_freelook for mouse looking svdijk 2013-06-28 22:03:55 +0200
  • 4bf4b4fc6d input: handle cl_run in CL_AdjustAngles() as well svdijk 2013-06-26 20:27:29 +0200
  • 95c56f9a01 input: new cvar cl_run for auto-running svdijk 2013-06-26 12:59:47 +0930
  • 5d841e3670 common: add -quoth command line support Kevin Shanahan 2013-05-21 20:28:52 +0930
  • 84f68eece3 common: remove MAX_FILES_IN_PACK limit Kevin Shanahan 2013-05-19 19:00:38 +0930
  • 1dce95b477 gl: use a glmode pointer to keep texture mode state Kevin Shanahan 2013-05-19 15:32:46 +0930
  • 3fe645aab6 draw: free cachepics after loading gl texture Kevin Shanahan 2013-05-19 10:44:26 +0930
  • da3b609e95 draw: constify the gl dot texture data Kevin Shanahan 2013-05-19 10:35:45 +0930
  • ea13f9928c draw: size the translate pic buffer correctly Kevin Shanahan 2013-05-19 10:33:26 +0930
  • 84494d3592 trivial: comment & variable name changes Kevin Shanahan 2013-05-19 10:19:41 +0930
  • 3263ef3c2f trivial: whitespace Kevin Shanahan 2013-05-18 11:03:57 +0930
  • 89d2a57762 vid: don't set alpha in the gl palette Kevin Shanahan 2013-05-18 10:49:53 +0930
  • a38d0d4c68 vid: get rid of the win32 window_rect in vid_sdl Kevin Shanahan 2013-05-18 10:48:25 +0930
  • fdfb4fbd9c qpic: fix alpha colors again after doing mipmap reduction Kevin Shanahan 2013-05-18 09:16:36 +0930
  • 65a03192ae qpic: remove alpha member from qpic8_t Kevin Shanahan 2013-05-18 09:13:10 +0930
  • c57e45e261 draw: use stdint types Kevin Shanahan 2013-05-18 09:11:35 +0930
  • 2c17b77b27 sky: use stdint types and trivial comment tidy up Kevin Shanahan 2013-05-17 20:10:46 +0930
  • 8fa770b1f2 gl: move gl texture functions from gl_draw.c to new file Kevin Shanahan 2013-05-17 19:43:56 +0930
  • 2873f2b68a draw: rename gl charset and crosshair texture variables Kevin Shanahan 2013-05-15 14:29:05 +0930
  • 2df29af642 vid: recalc refdef after mode change on sdl Kevin Shanahan 2013-05-06 14:26:41 +0930
  • edff70049c draw: constify Draw_CachePic and Draw_PicFromWad returns Kevin Shanahan 2013-05-14 15:39:21 +0930
  • c8f7f3e261 qpic: constify qpic8_t pixels pointer Kevin Shanahan 2013-05-14 15:29:19 +0930
  • eedc9aacf4 draw: don't redraw the version into conback every frame Kevin Shanahan 2013-05-14 15:27:55 +0930
  • f7b897af99 qpic: make GL_LoadTexture take a qpic8 Kevin Shanahan 2013-05-14 14:37:41 +0930
  • 4b95f0de20 qpic: pass in a qpic8_t to QPic_8to32 Kevin Shanahan 2013-05-14 14:19:25 +0930
  • cee4b1e31c qpic: introduce the qpic8_t type to replace qpic_t Kevin Shanahan 2013-05-14 13:39:14 +0930
  • c6bc10afd4 qpic: complete the renaming by moving the file names Kevin Shanahan 2013-05-13 20:46:32 +0930
  • fef9480aa3 textures: rename qtexture32_t to qpic32_t Kevin Shanahan 2013-05-13 20:36:07 +0930
  • d9400af1ae wad: trivial rename dpic_t dpic8_t Kevin Shanahan 2013-05-13 20:21:56 +0930
  • 2cea53a9e4 textures: add missing stdint include to textures.h Kevin Shanahan 2013-05-12 09:37:59 +0930
  • f539a0b412 textures: fix incorrect NPoT extension string Kevin Shanahan 2013-05-12 12:55:10 +0930
  • b11b840f54 zone: add Cache_CheckLinks for debugging cache memory trashing Kevin Shanahan 2013-05-12 08:49:16 +0930
  • 84697dd12e zone: re-work error message for Hunk_Alloc failure Kevin Shanahan 2013-05-12 08:30:48 +0930
  • 693b7530b1 server: fix incorrect pr_strings usage on weaponmodel Kevin Shanahan 2013-05-11 11:18:05 +0930
  • 6dd9c848e9 textures: remove old sky alpha blending hack Kevin Shanahan 2013-05-05 21:29:24 +0930
  • ed7ba0501e textures: implement blending fix for alpha mask textures Kevin Shanahan 2013-05-05 21:27:50 +0930
  • daafa9200b textures: check for npot extension and use if available Kevin Shanahan 2013-05-05 20:12:41 +0930
  • c723ebda22 textures: introduce new mipmap code Kevin Shanahan 2013-05-05 17:37:32 +0930
  • 63ad422df3 zone: add missing include for use of size_t Kevin Shanahan 2013-05-05 17:36:57 +0930
  • e21f7269bc draw: separate on-disk dpic_t type from in-memory qpic_t Kevin Shanahan 2013-05-02 20:57:50 +0930
  • 864a032c3b common: fix const_container_of macro for older gcc Kevin Shanahan 2013-05-02 14:49:30 +0930
  • 14644d0cea sprite: save the sprite pixel data on the hunk for glquake Kevin Shanahan 2013-04-29 11:57:46 +0930
  • 0d6788ba02 model: remove player model skin caching hacks Kevin Shanahan 2013-04-29 16:01:13 +0930
  • eed09e6278 model: save alias skin pixel data into the cache Kevin Shanahan 2013-04-27 22:23:59 +0930
  • 739600b058 model: print model name with invalid skin frame warning Kevin Shanahan 2013-04-29 15:09:27 +0930
  • 62a20b1574 skin: rename local variables sc -> player Kevin Shanahan 2013-04-29 14:49:56 +0930
  • 034da76617 skin: make the skin cache private to skin.c Kevin Shanahan 2013-04-29 14:49:26 +0930
  • 51274d9464 model: hook up a cache destructor for alias models Kevin Shanahan 2013-04-28 10:38:49 +0930
  • c960a3b94c zone: add a cache destructor callback Kevin Shanahan 2013-04-28 10:22:12 +0930
  • e449e43f36 model: fix saving alias frame intervals Kevin Shanahan 2013-04-28 19:01:13 +0930
  • f41d286162 trivial: typos, allways->always, allready->already Kevin Shanahan 2013-04-28 10:21:13 +0930
  • d042d19ddb trival: comment cleanup in Mod_LoadTextures Kevin Shanahan 2013-04-27 10:18:12 +0930
  • 6b33e31240 sbar: random cleanups to Sbar_MiniDeathmatchOverlay Kevin Shanahan 2013-04-27 10:04:22 +0930
  • 46e4a265ab sbar: use Draw_Pic() instead of M_DrawPic() Kevin Shanahan 2013-04-26 19:08:00 +0930
  • d84532b60f render: small tail recursion optimization in RecursiveLightPoint Kevin Shanahan 2013-04-26 12:57:32 +0930
  • f82786bc80 render: lift surface lightmap checks out of RecursiveLightPoint Kevin Shanahan 2013-04-26 08:43:40 +0930
  • 590a5b4cae render: some cleanups in R_LightPoint Kevin Shanahan 2013-04-26 08:21:15 +0930
  • af3aa95712 render: remove gl_rlight.c and use r_light.c instead Kevin Shanahan 2013-04-25 20:33:56 +0930
  • 31c5b7197c render: prepare r_light.c and gl_rlight.c for merging Kevin Shanahan 2013-04-25 20:30:14 +0930
  • df46c0c55f model: make the non-lerped and lerped code more consistent Kevin Shanahan 2013-04-25 19:32:12 +0930
  • 98e24f6b72 model: fix light vertex for lerped alias model case Kevin Shanahan 2013-04-25 19:25:56 +0930
  • 63fa4cdc99 gl: remove never-read variable lightplane Kevin Shanahan 2013-04-25 19:10:01 +0930
  • 8c71de3609 menu: re-work quit menu Kevin Shanahan 2013-04-25 18:17:53 +0930
  • bd2a1b4ff5 menu: re-work the key bindings menu Kevin Shanahan 2013-04-25 17:19:41 +0930
  • 51ffddd279 menu: re-work the options menu Kevin Shanahan 2013-04-25 16:01:13 +0930
  • 25d8614945 menu: re-work the main menu functions Kevin Shanahan 2013-04-25 13:11:34 +0930
  • 748b2183b0 menu: move some NQ specific bits next to the NQ only menus Kevin Shanahan 2013-04-25 12:23:37 +0930
  • 7f61754841 menu: move menu.c to the common directory Kevin Shanahan 2013-04-25 12:06:03 +0930
  • 5466fde4ca menu: prepare menu files for merging Kevin Shanahan 2013-04-25 12:04:16 +0930
  • 00bae5b830 menu: move header to shared include directory Kevin Shanahan 2013-04-25 10:43:52 +0930
  • 4f5e9d2faf menu: prepare header for merging Kevin Shanahan 2013-04-25 10:43:25 +0930
  • 4e4ff70ef6 menu: more knum_t vs. int changes Kevin Shanahan 2013-04-24 22:24:31 +0930
  • 29a7552f3c keys: misc int vs. knum_t fixes Kevin Shanahan 2013-04-24 21:04:20 +0930
  • 62819026b5 keys: try to consistently use knum_t for keynums Kevin Shanahan 2013-04-24 20:41:54 +0930
  • e15480ba4b draw: const_container_of fixes for gl_draw.c Kevin Shanahan 2013-04-24 20:24:54 +0930
  • 6b209d316c world: use const_container_of to check physents Kevin Shanahan 2013-04-24 20:23:21 +0930
  • 8e40dedafd vid: send the key up events for all keys in ClearAllStates Kevin Shanahan 2013-04-24 20:21:33 +0930
  • 19522ccf5f vid: make the X11 keyboard translation functions consistent Kevin Shanahan 2013-04-24 20:07:18 +0930
  • f9a1271e81 Merge branch 'master' of git://disenchant.net/tyrquake Kevin Shanahan 2013-04-24 16:53:29 +0930
  • 580204e255 model: fix const correctness of ConstBrushModel internals Kevin Shanahan 2013-04-24 16:19:00 +0930
  • 979342e2de draw: const correctness setting up draw pics Kevin Shanahan 2013-04-24 16:18:23 +0930
  • 1ff81be11c conproc: fix WriteText const correctness Kevin Shanahan 2013-04-24 16:17:13 +0930