Commit Graph

67 Commits (49cd5ac4169b443fc5f802eefadf4b7b029693cd)

Author SHA1 Message Date
Dominik Madarász 331ee39672 introduce block_id 2021-11-03 19:04:34 +01:00
Dominik Madarász f6bc4d3d44 update zpl and fix conveyor belt speed 2021-11-03 15:31:10 +01:00
Dominik Madarász 6405e59117 update zpl 2021-11-03 15:02:30 +01:00
Dominik Madarász 4ee2524773 build mode straight lines support 2021-11-02 19:14:54 +01:00
Dominik Madarász 42a58ef5fb directional build mode 2021-11-02 18:58:55 +01:00
Dominik Madarász f8da96b968 make item system depend on assets 2021-11-02 11:48:32 +01:00
Dominik Madarász 9482b41fb9 keystate activators 2021-11-02 10:22:04 +01:00
Vladyslav Hrytsenko a7c060660e Merge branch 'master' of github.com:zpl-c/eco2d 2021-11-01 21:34:42 +02:00
Vladyslav Hrytsenko 7c3950cd11 code: updated vehicle steering system 2021-11-01 21:34:38 +02:00
Dominik Madarász 67ca6d4dba CRLF to LF 2021-11-01 19:55:13 +01:00
Vladyslav Hrytsenko 01eff09e49 code: added new steering behavior 2021-11-01 20:37:09 +02:00
Vladyslav Hrytsenko f14f3cdaef code: changed line endings 2021-11-01 20:36:26 +02:00
Dominik Madarász e18ff55518 build mode 2021-11-01 18:35:33 +01:00
Dominik Madarász 296857df71 Improve hashtable entry removal performance 2021-10-28 16:05:17 +02:00
Dominik Madarász a589845065 Improve overall motion + single-player now pushes out fast layer as fast as possible 2021-10-27 15:14:46 +02:00
Dominik Madarász a607515424 Make vehicles fully framerate independent 2021-10-27 14:32:52 +02:00
Dominik Madarász 4ca2dc4e96 Ensure our delta time is capped to avoid huge calculation errors 2021-10-27 11:31:42 +02:00
Dominik Madarász 4be5ee9b61 Enable prediction on SP 2021-10-27 00:32:40 +02:00
Dominik Madarász 6f57fb178a Ensure physics aren't tied to framerate 2021-10-27 00:22:54 +02:00
Dominik Madarász 98adee996c no item merging for now 2021-09-09 09:46:22 +02:00
Dominik Madarász 9ed12e35f6 don't enter 2 cars at once on overlap 2021-09-09 00:10:11 +02:00
Dominik Madarász 4449738580 various networking improvements 2021-09-08 18:53:50 +02:00
Dominik Madarász 8b437d53cd Add compat layer for v2 demos 2021-09-08 11:52:11 +02:00
Dominik Madarász 56b7b30684 retain steering wheel on exit 2021-08-30 20:05:43 +02:00
Dominik Madarász b45ed4fa75 small changes 2021-08-30 18:14:35 +02:00
Dominik Madarász 36232e1e20 inventory system 2021-08-30 17:50:05 +02:00
Dominik Madarász 25e9b9e57e code: add 2nd world layer 2021-08-30 11:59:36 +02:00
Dominik Madarász 083b89abd3 further physics improvements 2021-08-29 17:56:58 +02:00
Dominik Madarász 936658056a rework vehicle driving model 2021-08-29 14:59:00 +02:00
Dominik Madarász 3cda4cc334 introduce collision bounciness 2021-08-29 13:48:54 +02:00
Dominik Madarász d81de3b63a debug drawing api + physics tweaks 2021-08-29 12:48:29 +02:00
Dominik Madarász 76e4e81281 phys: improve movement 2021-08-11 18:19:10 +02:00
Dominik Madarász 44673b5030 demo: ice rink test 2021-08-11 12:22:46 +02:00
Dominik Madarász 27bdc1f3a1 code: reenable demo replace block 2021-08-11 11:24:44 +02:00
Dominik Madarász ba345065bb code: fix ents on Vehicle UnSet 2021-08-11 10:54:52 +02:00
Dominik Madarász 9b829074d4 code: update flecs & rework vehicle enter/leave states 2021-08-11 10:45:23 +02:00
Dominik Madarász a1c6255b7d debug: improve conds 2021-08-11 01:06:12 +02:00
Dominik Madarász f74b66e7b4 code: various improvements 2021-08-11 00:02:11 +02:00
Dominik Madarász 6274bb34b0 code: small tweaks 2021-08-10 17:42:23 +02:00
Dominik Madarász f7ee8d0f11 code: improve vehicle physics 2021-08-10 13:19:45 +02:00
Dominik Madarász 420411ae4f chore: reorganize source files 2021-07-28 11:49:09 +02:00
Dominik Madarász 2370bd4ea0 game: health, pain and regen 2021-07-27 18:34:31 +02:00
Dominik Madarász 5212aedf92 world: add Classify component 2021-07-27 17:57:50 +02:00
Dominik Madarász 934aaf565f ecs: remove name prefix 2021-07-27 14:51:42 +02:00
Dominik Madarász 498fa25e36 ecs: code reduction 2021-07-27 14:47:05 +02:00
Dominik Madarász 022f3870b8 ecs: refactor modules 2021-07-27 14:43:26 +02:00
Dominik Madarász 3e59e59881 demo: reduce code 2021-07-27 13:41:02 +02:00
Dominik Madarász 0cb52303ae world: rebake chunk tex on change 2021-07-27 13:30:43 +02:00
Dominik Madarász d0ff81b570 code: many improvements and fixes
Changelog:
- fixed world repetition bug caused by wrong indexing 🎉
- wall collisions
- tile-based drag movement multiplier
- various optimizations
- raised default NPC count to 10k
2021-07-26 21:06:49 +02:00
Dominik Madarász 99a65431d8 physics: handle entity collisions 2021-07-26 17:53:18 +02:00