Commit Graph

40 Commits (004247e8bfc7eac1c308949e7282f344a049e5cf)

Author SHA1 Message Date
unfa 7dfd455e2d Moved UI assets to their own folder, updted the code for new version of Godot. 2021-07-12 22:40:23 +02:00
unfa 0d1d2c86ea Rolled back some changes to make the game run on bundled version of Godot engine.
Added weapon flashes (again) this time on CPU Particles to avoid issues.
2021-07-04 21:50:13 +02:00
unfa 79fd57c344 Removed GPU particles from Weapon.tscn due to them being broken in Godot at the time 2021-07-01 13:53:05 +02:00
unfa 7564a2c32d Temporarily disabled focus in PlayerInfo 2021-06-22 13:44:28 +02:00
unfa dedcc92787 VFX -> Effects 2021-06-18 13:13:49 +02:00
unfa 5b264706ce Testing good vs bad texture in Muzzle Flash 2021-06-18 13:05:23 +02:00
unfa 6a280cc0ba Tweaking muzzle flash 2021-06-18 02:49:59 +02:00
unfa 7de4dfb580 Remote weapon firing 2021-06-18 02:36:20 +02:00
unfa 65fed80abc Replaced Flash.png 2021-06-18 02:22:00 +02:00
unfa 541b9e26f9 Added text muzzle flash. 2021-06-18 02:14:02 +02:00
unfa 1e1c5afed2 Added Muzzle Flash to Weapon 2021-06-18 01:44:08 +02:00
unfa df17620149 Added Player-Weapon trigger API 2021-06-18 01:43:10 +02:00
unfa 7c9b6711a5 Created a parent Weapon class 2021-06-01 01:03:11 +02:00
unfa 45023bf095 Added placeholder Handgun model to Player 2021-05-31 23:34:26 +02:00
unfa a40cb8234a Deleting legacy game files. 2021-05-14 21:00:16 +02:00
unfa 98f59389ef Grenade explosion. 2021-05-06 01:32:44 +02:00
unfa ce2d337256 Updated grenade model, textures and scene. 2021-05-05 23:03:42 +02:00
Jan Heemstra 4d5bf6a8ad rotated grenade to face the correct way 2021-05-03 01:04:32 +02:00
Jan Heemstra ec58bb525f Merge branch 'master' of github.com:unfa/liblast 2021-05-03 00:49:56 +02:00
Jan Heemstra 09be57ff20 Added functioning grenade launcher 2021-05-03 00:49:51 +02:00
unfa 9f44d6fc57 Updated Grenade model. 2021-05-03 00:41:25 +02:00
unfa 39a0f9e265 Created Grenade model 2021-05-03 00:22:10 +02:00
Jan Heemstra 1d0680eebf Moved handgun code to handgun 2021-05-02 23:50:22 +02:00
unfa 428934850b Script extension in Handgun.tscn 2021-05-02 23:30:34 +02:00
unfa a632ac9892 Started implementing proper weapon control API 2021-05-02 23:27:25 +02:00
unfa 23cbe81176 Made GrenadeLauncher into an unstoppable machinegun temporarily. 2021-04-22 00:03:02 +02:00
unfa 7166becf15 Fixed audio randomization, and typos. Other fixes. Added voicing support. 2021-04-07 23:28:34 +02:00
unfa 890857946c Tweaked Handgun sound layers attenuation and filtering. 2021-04-07 01:49:53 +02:00
unfa 17749dc241 Replaced - with _ in all audio file names. 2021-04-07 01:05:43 +02:00
unfa 085cb64b95 Added muzzle flash omnilight. Moved sound and light effects to Weapon scene isntead of Handgun scene. 2021-04-06 23:56:53 +02:00
unfa b9b004474c Finally fixed the failed preload. It was a removed sound file. 2021-04-05 04:36:33 +02:00
unfa d2d1f585bd Tweaks, and simplifications. 2021-04-05 04:28:23 +02:00
unfa a86214275a Fixed dead resource references in Character scenes, also added layered sound effect playback to Weapon.tscn 2021-04-05 04:14:09 +02:00
unfa 0a6846af9e Renamed GrenadeLauncher, added it into the Player. Tried fixing errors. 2021-04-04 23:25:11 +02:00
unfa 78c2429f9e Changed Fridge ambient sound to a generic ambient called BuzzAndHum. 2021-04-04 22:01:50 +02:00
unfa 9391eabbc5 Added Handgun shell casing bounce sound, and smoke trail using Trail add-on. Disabled due to frequently broken rendering. 2021-04-02 02:08:07 +02:00
tokc c4c1e243f9 Remove unused class name. 2021-03-31 12:05:35 +02:00
tokc f648e162fe Use class name for type check since it is available. 2021-03-31 11:51:25 +02:00
tokc 9d3b70f76f Implement weapon switching. 2021-03-31 11:50:53 +02:00
unfa e74480bd15 Separated asset sources from assets. Restructured Godot project directory tree for better clarity and consistence. 2021-03-30 22:14:01 +02:00