143 Commits

Author SHA1 Message Date
Ben Russell (300178622)
162fcea1ce added some constants to common.lua so you can tweak the player physics 2013-06-20 11:41:17 +12:00
Ben Russell (300178622)
6a28eff44a slowed down player while climbing/dropping, fixed some bugs + tidied up code
gun shots can't wrap around and damage blocks on the other side anymore
made pkg/base/ent/gun_* use PKT_* constants rather than 0x* magic numbers
2013-06-07 15:56:53 +12:00
B R
018167ff5c visible gun recoil 2013-04-27 07:49:38 -07:00
Ben Russell (300178622)
f0f9b9a914 renaming cases of this.draw in ent/* to this.render 2013-04-16 21:49:17 +12:00
Ben Russell (300178622)
5c9fa1d72f refactor: added obj_player.set_blocks() 2013-04-16 09:46:22 +12:00
B R
7454a52c3d hide the GUI when dead 2013-04-10 06:39:49 -07:00
B R
ed09016ca8 Revert "added bombs/nukes" - didn't mean to push it. Example of how to add explosives ;)
This reverts commit add2500881326d312723384da1d7c49cced07157.
2013-04-09 19:20:44 -07:00
B R
add2500881 added bombs/nukes 2013-04-05 20:18:13 -07:00
B R
d72c084274 refactored explosives 2013-04-03 12:07:56 -07:00
B R
9f2b95c6b4 minor refactor 2013-04-02 22:03:26 -07:00
BR
6cbf89f77e chevrons above squadmates heads 2013-03-31 17:11:58 -07:00
BR
baffac6ed9 better lee-enfield sway, thanks to rakiru. closes #54 2013-03-30 20:48:46 -07:00
B R
5af73ab868 improved building 2013-03-30 12:57:34 -07:00
B R
cb1dcbb669 sway when zoomed with lee-enfield; uncomment if you find a better algorithm than a circle 2013-03-28 15:37:37 -07:00
B R
12bedc8a7e added weapon switching 2013-03-28 15:37:31 -07:00
B R
a534f40d05 fixed quit menu popping up regardless of the state of other menus 2013-03-28 15:14:24 -07:00
Ben Russell (300178622)
347aa2d4a1 packet throttling implemented, i hope 2013-03-19 13:41:47 +13:00
Ben Russell (300178622)
59f7b90aad /piano 2013-03-17 18:55:44 +13:00
BR
51856e70b0 colors in tab list 2013-03-14 12:08:31 -07:00
BR
6173abe5ec grenades no longer show in your hand if you're out 2013-03-14 11:54:36 -07:00
Ben Russell (300178622)
b42dd073aa moved pmf loading to the appropriate places for things that actually have objects 2013-03-01 20:00:36 +13:00
Ben Russell (300178622)
5d81b618bd i think this is the rest of the packets 2013-02-26 14:21:02 +13:00
Ben Russell (300178622)
e94f170563 clientside lua "console" now uses pcall() 2013-02-17 17:38:46 +13:00
Dany Menko
838ccd37bc Merge branch 'master' of https://github.com/iamgreaser/buldthensnip 2013-02-16 00:16:22 +01:00
Dany Menko
11b8baf748 Don't display the block marker if you have none 2013-02-16 00:15:14 +01:00
Ben Russell (300178622)
211cc53961 intel stays properly stuck to player's back now 2013-02-16 11:21:38 +13:00
BR
c2cb7837d9 spawn facing the right direction 2013-02-11 23:02:18 -08:00
Ben Russell (300178622)
fd90c9c189 started refactor of tools + network; fixed a few loose ends 2013-02-12 17:39:22 +13:00
triplefox
5d4345389a fix some terrible stuff and add the input buffer, also i hate the typing code t.t 2013-02-11 20:15:03 -08:00
BR
42ee63c0f5 quick change button (Q) - closes #28 2013-02-10 11:35:43 -08:00
BR
63f97e646b block health also serverside, fixed not getting blocks back when breaking 2013-02-09 17:45:17 -08:00
BR
55bbab0e89 fixed red circles 2013-02-09 15:52:33 -08:00
Ben Russell (300178622)
5b4714ecbe attempting to fix a bug wrt angy not being set for players 2013-02-10 08:15:28 +13:00
Sean Gordon
399c3b6f40 Logout command that resets you to default permissions 2013-02-05 16:07:59 +00:00
BR
4648c3fd3a everyone can see block damage 2013-02-03 10:07:39 -08:00
BR
b7cdc7616f fixed raytrace bug 2013-02-03 07:06:22 -08:00
BR
f3ae084a78 added blood particles 2013-02-02 19:38:03 -08:00
Ben Russell (300178622)
c2121e5673 refactored ray-sphere intersections to use funct in lib_vector.lua 2013-02-02 11:09:55 +13:00
Ben Russell (300178622)
1a71330aa6 player game modes refined a bit + some kinks ironed out 2013-02-01 21:48:17 +13:00
Ben Russell (300178622)
d3c20a1edc player game modes settable with /gmode; spec not really ready yet 2013-02-01 21:30:12 +13:00
Ben Russell (300178622)
8f33620651 fixed issue with cone-sphere allowing you to kill people backwards 2013-02-01 17:52:36 +13:00
Sean Gordon
5ac04277a4 Fixed permissions bug caused by b12f509d70a7409e7d7343ba9bf3bd0846fff78e 2013-02-01 04:40:44 +00:00
Sean Gordon
faff6e8f99 Fixed a derp in my last commit 2013-01-31 12:22:15 +00:00
Sean Gordon
b12f509d70 Changed how permissions are handed out
Added permission helper functions to player "class"
2013-01-31 12:18:46 +00:00
BR
84878b7d14 spade and block give speed boost 2013-01-28 21:41:54 -08:00
BR
0f78ee9cf0 enemy nametag tweaking to prevent fogsniping 2013-01-27 16:55:49 -08:00
BR
91a2d3c9b5 added hit indicator 2013-01-27 13:33:02 -08:00
triplefox
2bd4a6ac11 cleanup 2013-01-26 08:29:57 -08:00
triplefox
76fbe240fc new scoreboard ready 2013-01-25 22:57:54 -08:00
triplefox
359bf206f0 Merge branch 'master' of https://github.com/iamgreaser/buldthensnip.git 2013-01-25 17:38:01 -08:00