217 Commits

Author SHA1 Message Date
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
triplefox
8ccee1df55 new scoreboard: basic look working. just need to finish the table generation and integration
fixed some gui bugs
2013-01-25 17:37:43 -08:00
triplefox
92a4afe05c some work on new scoreboard 2013-01-24 23:10:07 -08:00
BR
287733485b show enemy names when aiming at them 2013-01-24 19:00:49 -08:00
BR
e5826f602f team scoring 2013-01-24 11:01:14 -08:00
BR
486c95bbdd fixed issue #16, pressing 'w' and 's' at the same time no longer plays the walk sound 2013-01-23 21:05:17 -08:00
Dany0
7e26f9bff3 commented out debug message 2013-01-23 21:40:04 +01:00
Sean Gordon
e4a41be172 Refactored commands into a proper command system 2013-01-22 23:43:10 +00:00
Dany0
db9912d0a1 Better red marker
plus fixed an oopsie
2013-01-21 22:06:28 +01:00
Dany0
9d54a96f85 No red marker mode for rakiru 2013-01-21 21:50:40 +01:00
Dany0
a0dd8ea25a Enhanced block building
Much easier to build bridges, bases etc. now. Especially under fire.
2013-01-21 21:23:42 +01:00
BR
8eccf37ba3 fixed a few annoyances after falling out of world 2013-01-18 19:21:09 -08:00
Dany0
e859feca4b block placing now with selected colour-ed cube
sexy cube thing http://j.mp/11F6kzi

plus some windows .bat-s
2013-01-18 23:50:13 +01:00
BR
37d90f1e3e ammo color changes when empty 2013-01-18 12:52:16 -08:00
BR
54fab44e86 pin.wav plays when gun is empty 2013-01-18 12:41:27 -08:00
BR
073e071ef8 static_alarm is breaking somehow 2013-01-18 11:46:21 -08:00
Dany0
5793f31c33 hacked a quick sort-of console substitute
type tilde (~) and something after that and something gets executed
clientside
should come in handy
2013-01-14 23:01:47 +01:00
triplefox
1489b32103 listeners only need to tick once per frame 2013-01-13 08:39:42 -08:00
triplefox
e49c2844e7 graph the fps (maybe someday other things too) 2013-01-13 07:55:24 -08:00
triplefox
898f68eefd use an accumulator to fix the "no tick at 60fps" scenario; fix menus allowing you to trigger the chat and other undesirable stuff 2013-01-13 02:45:10 -08:00
triplefox
5faf5854d6 add smooth cursor 2013-01-12 00:45:36 -08:00
triplefox
ebbc7910a2 textfield extended to support typing (no text cursor yet) 2013-01-11 06:53:45 -08:00
Ben Russell (300178622)
2e2a1473c8 added squadchat 2013-01-10 16:18:54 +13:00
triplefox
5f0ec92612 concept of "typing state" where mouse is unlocked(motivates text selection). bump version to 9 and add mouse warping so lock/unlock doesn't suck 2013-01-09 04:46:54 -08:00
triplefox
dfb2111e82 Merge branch 'master' of https://github.com/iamgreaser/buldthensnip.git 2013-01-08 23:55:58 -08:00
Ben Russell (300178622)
8b3b23af97 more docs; adjusted drunken cam settings and stuff 2013-01-09 20:44:07 +13:00
triplefox
74effdd010 playing with mouse focus stuff so that text can be selectable(exposes some problems) 2013-01-08 23:23:39 -08:00