Commit Graph
100 Commits
Author SHA1 Message Date
Anuken e5365d5572 Fixed some multithreading bugs and crashes 2018-02-10 12:38:02 -05:00
Anuken 2ff4a1ee0d Fixed editor crashing with multithreading on 2018-02-10 11:14:11 -05:00
Anuken ff406027b0 Fixed uncloseable doors, uncolored teleporters 2018-02-09 22:23:10 -05:00
Anuken 3c3a440424 Removed extra build argument for travis 2018-02-09 14:53:42 -05:00
Anuken 58aaee30a0 Fixed zoom clamping too strictly 2018-02-09 14:49:53 -05:00
Anuken 859621d13d Possible build error fix 2018-02-09 10:14:29 -05:00
Anuken 850e1559bf More minor bugfixes and tweaks to junctions/tunnels 2018-02-09 10:08:23 -05:00
Anuken 30b4b78f9f Updated uCore, bugfixes, changed build script 2018-02-09 00:15:27 -05:00
Anuken 1f4a72d459 Added completely new build version system 2018-02-08 23:41:07 -05:00
Anuken 36afd9f140 Fixed player rotation not being sent on Android 2018-02-08 09:24:25 -05:00
Anuken 714a4895bf Minor UI fixes 2018-02-07 23:25:03 -05:00
Anuken 2059fb39f7 Added version info to main menu 2018-02-07 21:52:00 -05:00
AnukenandGitHub c3d262f2ab Merge pull request #93 from Anuken/multithread-test-again
Multithreading Support
2018-02-07 21:26:07 -05:00
Anuken 435161f59d Updated uCore, ready to merge 2018-02-07 21:08:27 -05:00
Anuken 757f4f5a53 Reduced multithreaded conveyor corruption, improved interpolation 2018-02-07 21:06:26 -05:00
Anuken f4227b99ff Added visual interpolation for slow tickrates 2018-02-07 17:56:39 -05:00
Anuken 153905cf47 Fixed multiple bugs, made multithreading work more properly 2018-02-07 16:47:15 -05:00
Anuken 460558bc87 Implemented toggling of multithreading 2018-02-07 14:47:39 -05:00
Anuken 1a6f773ddb Fixed tunnel conveyors outputting only stone 2018-02-06 18:52:36 -05:00
Anuken 59285f76c4 Removed all tmps, multithreading now functional 2018-02-06 18:48:10 -05:00
Anuken 2fafb327c2 Now with only 28 errors! 2018-02-05 23:38:23 -05:00
Anuken 55ae4c6ea5 Removed unused region code 2018-02-05 21:01:16 -05:00
Anuken 938ea19b5e Merge remote-tracking branch 'origin/master'
# Conflicts:
#	core/src/io/anuke/mindustry/ui/fragments/BlocksFragment.java
2018-02-05 20:57:44 -05:00
Anuken 1ee21d0751 Minor optimizations 2018-02-05 20:57:28 -05:00
AnukenandGitHub 438994b7cd Merge pull request #90 from angelickite/master 2018-02-05 16:05:38 -05:00
Anuken f2c83b733a Changed junction capacity and processing system 2018-02-05 15:37:07 -05:00
Anuken a3a42bace2 Updated Net version 2018-02-05 09:40:17 -05:00
Anuken c2c0de170c Fixed junction/tunnel crashes with sorters 2018-02-05 09:38:49 -05:00
Anuken 3c38deeba8 Fixed junction clogs, tunnel conveyors, power and interpolation 2018-02-04 16:55:14 -05:00
Anuken d74a836d99 Fixed server displaying FPS as 0 2018-02-04 14:09:30 -05:00
Anuken 6a47facc1d Fixed server shuffle command 2018-02-04 13:36:44 -05:00
Anuken d5de9019a1 Added server map list command 2018-02-04 13:33:26 -05:00
Anuken 4dee8ba150 Many editor bugfixes, server additions 2018-02-04 13:10:32 -05:00
Anuken ed34bbff5a Fixed language not switching to english 2018-02-04 11:30:15 -05:00
Anuken 8f31d19e90 Fixed bugs with desynced block events 2018-02-03 23:27:01 -05:00
Anuken 2ba38c2ee3 Fixed glitchy interpolation and block bars 2018-02-03 22:59:46 -05:00
Anuken 618fe6894e Possible fix to 1-enemy bug 2018-02-03 22:09:47 -05:00
Anuken 1c9395ed43 Added 'block info' tool, fixed sorter corruptions 2018-02-03 21:49:43 -05:00
Anuken da22f8fbce Completely implemented new interpolation 2018-02-03 20:43:48 -05:00
Anuken 23c1edc3fa Merge remote-tracking branch 'origin/master' 2018-02-03 14:43:15 -05:00
Anuken 938a946419 Better player interpolation, block nearby usage fixes 2018-02-03 14:39:18 -05:00
AnukenandGitHub d3a6ebb1ba Merge pull request #88 from Gab351/patch-3
Update bundle_fr_FR.properties
2018-02-03 13:15:04 -05:00
Anuken 6a235a4833 Rewrote parts of Junction and Tunnel to use custom scheduling 2018-02-03 12:56:03 -05:00
AnukenandGitHub d7d7cf7298 Merge pull request #89 from Anuken/block-sync-rewrite
Experimental new block sync system
2018-02-03 12:21:24 -05:00
Anuken a31c4b273d Various multiplayer tweaks 2018-02-03 12:20:36 -05:00
Anuken 9dbed76a53 Experimental new block sync system 2018-02-03 02:18:17 -05:00
Anuken 608343b9d1 Added HTTP methods to Net 2018-02-03 00:57:42 -05:00
Anuken b83e552b5a Merge remote-tracking branch 'origin/master' 2018-02-02 20:54:28 -05:00
Anuken d7dc46b5c0 Block display bar cleanup 2018-02-02 20:54:07 -05:00
Anuken aad61d94e6 Merge remote-tracking branch 'origin/master' 2018-02-02 18:03:08 -05:00
Anuken 7b055a6a79 Updated manifest 2018-02-02 18:03:01 -05:00
Anuken da5e58f40b Updated russian bundle 2018-02-02 16:27:47 -05:00
Anuken 2b6894e046 Merge remote-tracking branch 'origin/master' 2018-02-02 16:24:59 -05:00
Anuken b320fad698 Buffed all weapons and their prices, bugfixes 2018-02-02 16:24:53 -05:00
Anuken 9818f7e4ac Merge remote-tracking branch 'origin/master' 2018-02-02 15:00:13 -05:00
Anuken ec67418f8a Fixed various UI bugs 2018-02-02 15:00:00 -05:00
Anuken 9cd0545fc4 Merge remote-tracking branch 'origin/master' 2018-02-02 10:21:44 -05:00
Anuken a0d6ada6c0 Made client queue packets while loading, changed reactor explode code 2018-02-02 10:21:37 -05:00
Anuken 9814ea1d28 Fixed gradle warnings 2018-02-01 22:16:00 -05:00
Anuken beded95ffa Updated Gradle to 4.5 2018-02-01 19:31:13 -05:00
Anuken 83ce2329f4 Made save difficulty display in dialog 2018-02-01 18:42:10 -05:00
Anuken 714965329c More fixes to conveyor corruption and extra settings 2018-02-01 17:31:21 -05:00
Anuken c62af31401 Bugfixes 2018-02-01 09:24:46 -05:00
Anuken c30b3d8c8c Fixed HTML5 bug 2018-01-31 23:38:29 -05:00
Anuken 78faddbf89 More small bugfixes 2018-01-31 19:38:20 -05:00
Anuken b71ef67d54 Fixed loading screen not being hidden 2018-01-31 16:17:26 -05:00
Anuken 1515845d5d Typo fix 2018-01-31 16:05:43 -05:00
Anuken 3d9ca10db3 Updated uCore 2018-01-31 15:24:17 -05:00
Anuken 9dd6b9e74b Changed debug output for client connections 2018-01-31 15:04:46 -05:00
Anuken d2ee2c57bc Fixes with random item corruptions, saving and crashes 2018-01-31 14:45:03 -05:00
Anuken f396190fcf Added polish lang, fixed conveyor stacking bug 2018-01-31 10:20:52 -05:00
Anuken fe458d03bd Added russian bundle 2018-01-31 09:42:39 -05:00
Anuken 5be256212c Fixed many crashes with B14, added color customization 2018-01-31 00:35:27 -05:00
Anuken 0c4f3dc612 Fixed bugs with player list, rturret description and deserialization 2018-01-30 22:11:54 -05:00
Anuken 9a5ac76850 Many editor improvements, lang bugfixes, Syncable entity change 2018-01-30 19:57:08 -05:00
Anuken 4b830a8cf2 Fixed bug with gameOver not being called properly 2018-01-29 23:21:55 -05:00
Anuken aaa9f85206 Added fullscreen, player outlines, better weapon display 2018-01-29 15:24:10 -05:00
Anuken 5b25d94a3e Fixed GWT compile errors and server thread crashes 2018-01-29 11:26:31 -05:00
Anuken 6083db5bd6 Fixed overly long startup time, added more debug info 2018-01-29 10:36:57 -05:00
AnukenandGitHub a776898dd5 Merge pull request #86 from Anuken/control-cleanup
Dedicated Server + Core Refactoring
2018-01-29 00:04:52 -05:00
Anuken b7acab42b1 Made server exit on libGDX crash 2018-01-28 23:28:15 -05:00
Anuken fabc02f6ef Even more commands added to server; net bugfixes 2018-01-28 23:18:51 -05:00
Anuken 3562a70669 Fixed many network-related bugs 2018-01-28 17:09:21 -05:00
Anuken 205c4e723a More commands added to server, new logging 2018-01-28 14:18:21 -05:00
Anuken adfa66a73b Fixed bugs with FPS and map sending 2018-01-28 10:33:44 -05:00
Anuken 5cba3050b9 Implemented standalone server, fixed breaking bugs 2018-01-28 01:21:33 -05:00
Anuken 35b6b41f24 Refactored almost every class, somehow didn't break game yet 2018-01-27 23:42:42 -05:00
Anuken 78c8dc4902 Broke 90% of all code 2018-01-27 14:43:35 -05:00
Anuken 93cd497c8d Multiple bugfixes, addition of Logic class 2018-01-27 11:26:26 -05:00
Anuken 2784969685 Updated uCore, made ship players draw above turrets 2018-01-26 22:45:07 -05:00
Anuken cfd62a010c Fixed block sync not activating for multiplayer 2018-01-26 18:59:56 -05:00
Anuken 8e6f628f5b UI bug cleanup, testing, balancing of repair turrets 2018-01-26 18:29:31 -05:00
Anuken 6c30fe9fcf Removed direct usage of texture packer, buildscript cleanup 2018-01-26 15:09:13 -05:00
Anuken 3b4ebff349 Netcode and block placedOffset cleanup 2018-01-26 14:49:36 -05:00
Anuken c0a9cfc6b2 Fixed zoom/web save export/liquid crafter/menu button scale bugs 2018-01-26 14:01:16 -05:00
Anuken 493af5e653 Fixed multiple crashes, fixed version mismatch showing as disconnect 2018-01-26 00:36:23 -05:00
Anuken 6abbc3eca7 Implemented map run-length encoding, updated KO lang 2018-01-26 00:08:12 -05:00
Anuken 5f131723c4 Fixed OutOfMemory error for pathfinding 2018-01-25 21:50:00 -05:00
Anuken 9001fb0dcc Fixed about dialog not showing the right text 2018-01-25 16:33:46 -05:00
Anuken 43ea984772 (removed extra string) 2018-01-24 19:12:10 -05:00