774 Commits

Author SHA1 Message Date
Adrian Siekierka
8153b68d46 Use LuaJIT when available; add LuaBitOp for bitop accel; remove sackit hack thanks to new API; enforce C99 support in CMake (#250)
* default to LuaJIT when available

* add LuaBitOp for efficient bitwise operations in Lua

* make lib_bits use LuaBitOp if present

* add LuaBitOp licence notice

* fix CMake to work with LuaJIT/LuaBitOp, enforce C99
2016-09-30 08:23:34 +02:00
Ben Russell
598f691ee5 Use SDL_LockAudio - fixes #67 2016-07-11 12:41:57 +12:00
notafile
02223b3279 added intel pickup and drop sounds 2016-07-02 16:26:38 +02:00
Ben Russell
be19cfcdbe wav+adpcm directories merged 2016-07-01 13:28:00 +12:00
Ben Russell
7f956f74a1 ADPCM files I forgot to push years ago 2016-07-01 13:06:22 +12:00
asiekierka
93d477ee1c fix #253 - move Sniper Rifle into its own mod 2016-06-23 23:01:21 +02:00
Ben Russell (300178622)
f26ded9a7b [0.2.1-37] fixes for ARM clients 2016-04-23 06:05:08 +00:00
rakiru
154166ceaa Add support for Lua require function
Note: This is only require, not the full package system. The list of search
paths is predefined and cannot be altered, there is no C-lib loading
(obviously), etc.
2016-03-17 22:19:46 +00:00
rakiru
1f2a7ed039 Fix accidental globals 2016-02-04 01:08:58 +00:00
rakiru
07fa3b264d Fix accidental globals 2016-02-04 00:03:49 +00:00
rakiru
faa9dddeeb Fix missing function call 2016-02-04 00:03:34 +00:00
rakiru
307bc3879e [0.2.1-35] Version bump (PRNG support) 2016-01-25 22:51:13 +00:00
Ben Russell (300178622)
f9d144722a fastload patch 2/? 2015-11-02 15:00:57 +13:00
Ben Russell (300178622)
d1fabcbe63 fastload patch 2015-11-02 14:59:19 +13:00
Ben Russell (300178622)
f8eb5c070b bump version to 0.2.1-34 2015-11-02 12:39:29 +13:00
Ben Russell (300178622)
5513372817 SDL1.2 backwards compat on Lua side 2015-11-02 12:36:36 +13:00
Felix Kaaman
5c75a653f5 Convert scancodes to old key codes before sending to lua for compatibility 2015-11-01 13:01:50 +01:00
Felix Kaaman
458ec6a8b3 Migrate to using scancodes for key presses and SDL_TEXTINPUT for text input 2015-11-01 13:01:50 +01:00
Ben Russell (300178622)
63389f4ca1 [0.2.1-33] fix issue with a given assertion 2015-11-01 08:00:09 +13:00
rakiru
fdbf7ada50 malloc => calloc, and bump version 2015-10-25 01:03:51 +01:00
rakiru
e41ccb372f Bump version 2015-10-20 23:08:45 +01:00
Ben Russell (300178622)
82db6d6533 need this vital lib for csvm stuff, derp 2015-10-04 13:24:07 +13:00
Ben Russell (300178622)
0eef74ccb8 preliminary clientside VM stuff for custom code and whatnot 2015-10-04 13:20:31 +13:00
Ben Russell (300178622)
2ac65af8a8 fuck it this'll do 2015-10-03 12:03:20 +13:00
Ben Russell (300178622)
14202a8116 hopefully this fixes the red issue 2015-10-03 11:57:30 +13:00
Ben Russell (300178622)
337fa5d22c portal physics slightly more accurate now 2015-10-03 09:24:53 +13:00
Ben Russell (300178622)
300c11ff34 preliminary portal gun mod 2015-10-01 16:51:40 +13:00
Ben Russell (300178622)
ec715c4ee2 mostly time-consistent gravity 2015-09-25 17:26:16 +12:00
Ben Russell (300178622)
6a0cfee490 added version.lua changelog; fixed Makefile.dedi 2015-06-17 09:56:28 +12:00
iamgreaser
5dbce4ddd5 Merge pull request #220 from SneakyB/master
[0.2.1-30] net_pack_array, net_unpack_array and a bugfix
2015-06-17 09:51:51 +12:00
SneakyB
f1d61323e1 Added net_pack_array and net_unpack_array, also fixed a bug with string unpacking 2015-06-17 00:39:16 +03:00
Ben Russell (300178622)
abe41e0f34 fix #218 2015-06-10 10:10:30 +12:00
10se1ucgo
47fbdc3679 Removed the accidentally left in "color test" in the model. 2015-05-02 15:37:55 -04:00
10se1ucgo
fc27382014 KV6 Block
accidentally had an older version, had debug variables. removed.
2015-05-02 15:21:04 -04:00
SneakyB
a3db624088 Moved the cvar declaration 2015-04-27 21:29:27 +03:00
SneakyB
eafddf466a Issue #154: Spectating teammates when dead 2015-04-27 20:55:45 +03:00
Ben Russell (300178622)
6a8aa56946 [0.2.1-29] preliminary B-format mixer 2015-04-09 10:44:34 +12:00
rakiru
345311546b Remove debug variables.
I think I applied this from my stash when fixing a merge conflict.
2015-04-04 04:31:11 +01:00
rakiru
6b0ce17346 Fix "Respawning in -1" 2015-03-28 18:52:33 +00:00
rakiru
1c7d7559ab Nade bounce sound 2015-03-28 02:16:35 +00:00
rakiru
d06df79e38 Increase nade throw strength 2015-03-28 00:05:37 +00:00
rakiru
df5e281ffc Replace gravity magic numbers with cvar 2015-03-27 20:25:59 +00:00
rakiru
8d5f7c885d ...and I was working on an old copy - version bump (also, closes #198) 2015-03-21 20:42:12 +00:00
rakiru
0b7fc4f634 Oh, and a Lua-side fix for old clients 2015-03-21 20:37:16 +00:00
rakiru
b340be4c88 Fix infinite loop on fast hardware (and maybe a low-resolution timer - fuck knows what we/mingw use) due to delta time being zero 2015-03-21 20:37:15 +00:00
Ben Russell (300178622)
5d70b6c0c2 intel and tent now centred, finally 2015-03-20 11:39:08 +13:00
Ben Russell (300178622)
1b3ea655a0 a 4th and 5th method for disabling the toon shader 2015-03-19 10:29:32 +13:00
Ben Russell (300178622)
bb2f0bf7b3 use newer sackit playback API (closes #84) 2015-03-12 16:05:17 +13:00
Ben Russell (300178622)
54550f9cd3 [0.2.1-26] IMA ADPCM sample support (closes #195) 2015-03-11 11:32:34 +13:00
Ben Russell (300178622)
6cc1743abd possible fix for #194 - needs further testing 2015-03-10 11:27:47 +13:00