Commit graph

101 commits

Author SHA1 Message Date
28ecbd4729 Added menu system 2021-06-01 23:53:32 +02:00
7c9b6711a5 Created a parent Weapon class 2021-06-01 01:03:11 +02:00
33051a5dab Removed duplicate Camera Tween 2021-05-31 23:49:57 +02:00
45023bf095 Added placeholder Handgun model to Player 2021-05-31 23:34:26 +02:00
7813108c99 Made climbing not totally broken. But not entirely working either. 2021-05-25 01:14:37 +02:00
45e9f47b69 Fixed zoom vignette and added Can test prop on DM1. 2021-05-24 22:18:46 +02:00
4da7fe7925 Merge branch 'main' of https://github.com/unfa/liblast into HEAD 2021-05-24 22:08:59 +02:00
a03947ff15 Fixed zoom latch glitch 2021-05-24 22:05:17 +02:00
43d91e2e98 Re-implemented zooming (without division by zero) and a test implementation of stair climbing 2021-05-24 21:57:19 +02:00
38ee209cc1 Enabled full zoom funuctionality - still crashing GPU 2021-05-22 18:56:29 +02:00
2ef705c4fd Fixed Vignette (but still crashes GPU), fixed camera fov on zoom 2021-05-22 18:52:29 +02:00
860478b09c Implemented camera zooming (Z key). Added vignette but it crashes GPU. 2021-05-22 18:08:26 +02:00
6316952ca5 Attempt at fixing player ledge jump glitch 2021-05-22 02:10:00 +02:00
c4cf1d789a Added aRdem's Village and dev textures 2021-05-21 23:20:44 +02:00
99ba374f35 Implemented an animated crosshair that'll play sounds and change color when hitting or killing enemies. 2021-05-19 21:29:09 +02:00
unfa
5d31cee75c Updated player controller. Better, but still breaks when jumping against ledges. 2021-05-19 01:59:58 +02:00
unfa
24552a6cfc Added basic movement to Player 2021-05-19 00:56:18 +02:00
4406c2e0d4 Added a crosshair. 2021-05-14 23:52:36 +02:00
445cae2cd3 Initial Godot 4.0 commit. 2021-05-14 21:31:39 +02:00
a40cb8234a Deleting legacy game files. 2021-05-14 21:00:16 +02:00
98f59389ef Grenade explosion. 2021-05-06 01:32:44 +02:00
ce2d337256 Updated grenade model, textures and scene. 2021-05-05 23:03:42 +02:00
a2c00aa699 Merge branch 'master' of github.com:unfa/liblast 2021-05-03 01:04:40 +02:00
4d5bf6a8ad rotated grenade to face the correct way 2021-05-03 01:04:32 +02:00
04a3662bab Merge branch 'master' of github.com:unfa/liblast 2021-05-03 00:55:00 +02:00
f667f6625b Added basic grenade explosion effect. 2021-05-03 00:54:05 +02:00
ec58bb525f Merge branch 'master' of github.com:unfa/liblast 2021-05-03 00:49:56 +02:00
09be57ff20 Added functioning grenade launcher 2021-05-03 00:49:51 +02:00
9f44d6fc57 Updated Grenade model. 2021-05-03 00:41:25 +02:00
39a0f9e265 Created Grenade model 2021-05-03 00:22:10 +02:00
1d0680eebf Moved handgun code to handgun 2021-05-02 23:50:22 +02:00
428934850b Script extension in Handgun.tscn 2021-05-02 23:30:34 +02:00
a632ac9892 Started implementing proper weapon control API 2021-05-02 23:27:25 +02:00
94e527bc75 REduced amount of dynamic lights, twekaed glow and AA settings, teaked lights. 2021-04-24 17:39:42 +02:00
f592609d8a Upgraded to Godot 3.3. Added a lightmap. Lighting tweaks. Enabled FXAA and alpha scissors for metal grid material. 2021-04-24 15:20:36 +02:00
5c4591ac6f Merge branch 'master' of github.com:unfa/liblast 2021-04-22 00:03:09 +02:00
23cbe81176 Made GrenadeLauncher into an unstoppable machinegun temporarily. 2021-04-22 00:03:02 +02:00
773331bddf You can't kill dead players anymore 2021-04-21 23:44:27 +02:00
9e9ea5ef4a Merge branch 'master' of github.com:unfa/liblast 2021-04-21 23:40:53 +02:00
d10dbbafae Player stats are now synchronized properly even when joining a game late 2021-04-21 23:40:47 +02:00
c364021810 Removed a debug print. 2021-04-21 23:28:14 +02:00
d914bc2999 Merge branch 'master' of github.com:unfa/liblast 2021-04-21 23:22:31 +02:00
0563d5a155 Merge branch 'master' of github.com:unfa/liblast 2021-04-21 23:22:18 +02:00
abf9f5af5c Added score based on kill count 2021-04-21 23:22:08 +02:00
40079d2b0a Zoom the view with "z" key - it's not possible to shoot while zoomed in (to avoid sniping with all weapons). 2021-04-21 23:22:00 +02:00
d2a1c7e121 Weapons reset to full ammo on respawn. 2021-04-21 22:46:00 +02:00
4070ddb966 Tweaked the bullet hit effect for more visibility and better performance. 2021-04-18 20:50:25 +02:00
ae5dd93ed7 Nice looking bullet holes for concrete walls. 2021-04-14 22:44:10 +02:00
9765443023 Fixed bullet impact effect direction 2021-04-12 23:49:21 +02:00
63eef67c37 Merge branch 'master' of github.com:unfa/liblast 2021-04-12 22:57:23 +02:00