1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00
Commit Graph

146 Commits

Author SHA1 Message Date
tobspr
b50ec8e3b8 Steam China improvements 2023-10-24 10:01:46 +02:00
tobspr
138d2e15fb Adjustments for steam china 2023-10-13 10:31:03 +02:00
tobspr
9c1bac5afe Wegame adjustments 2023-09-13 11:25:22 +02:00
tobspr
b07e04e7b1 Disable GA on shapez for better privacy 2022-10-24 09:54:36 +02:00
tobspr
c77e428ffb Fix darwin builds on gog 2022-07-20 18:16:14 +02:00
tobspr
400ee8e737 Support for GOG 2022-07-18 14:18:02 +02:00
tobspr
4796aec1ff Don't build steam-china on darwin 2022-06-21 14:11:10 +02:00
tobspr
145f734907 Allow playing full version in browser via steam sso 2022-06-20 18:22:23 +02:00
tobspr
0052c30553 Fix gulptasks 2022-06-20 11:24:38 +02:00
tobspr
a065c64baa Also clean build_output on build 2022-06-20 11:18:57 +02:00
tobspr
424a4b8a61 Remove no longer working preload script 2022-06-19 21:18:34 +02:00
tobspr
166b288898 Revert "Fix #1446 (#1447)"
This reverts commit 2d45fa8cd1.
2022-06-19 17:59:32 +02:00
tobspr
1642354f40 Merge branch 'master' of github.com:tobspr/shapez.io 2022-06-19 17:08:38 +02:00
tobspr
3ab5ca99fd 1.5.4 update (polishing + minor rebalancing) 2022-06-19 17:08:35 +02:00
Jasper Meggitt
2d45fa8cd1
Fix #1446 (#1447)
* Fix #1446 by modifying gulp/atlas2json.js

* Clean up gulp/atlas2json.js and add more comments
2022-06-19 16:41:57 +02:00
tobspr
7c77944d43 Multiple preload-adjustments 2022-06-18 17:36:51 +02:00
tobspr
e870317a4f Estimate progress when Content-Length header is missing 2022-06-18 16:47:35 +02:00
tobspr
34ed689875 Refactor background resources loader - game should now load much faster and also reports progress while downloading resources 2022-06-18 14:43:26 +02:00
tobspr
0eeb03baf7 Do not preload async css 2022-06-17 14:55:08 +02:00
tobspr
dfa392907d Vastly improve game loading time 2022-06-17 14:52:25 +02:00
tobspr
de56764103 Fix issues in preload state 2022-06-17 14:16:25 +02:00
tobspr
51fcc1e470 Improve preload screen 2022-06-17 13:04:19 +02:00
tobspr
aae4395111 Adjust preloading intervals 2022-06-16 13:50:17 +02:00
tobspr
cc068d8245 Improve loading screen 2022-06-16 13:47:11 +02:00
tobspr
d766df23e3 Fix bundle loader 2022-06-16 12:47:33 +02:00
tobspr
15de686de1 Fix build errors 2022-06-16 12:22:10 +02:00
tobspr
80a80c11e6 Switch to es6 again 2022-06-16 12:21:03 +02:00
tobspr
de2098f0cf Disable block scoping 2022-06-16 12:04:59 +02:00
tobspr
8a669f1a58 Fix undefined variable 2022-06-16 12:01:12 +02:00
tobspr
197adf8120 Fix babel options 2022-06-16 11:58:49 +02:00
tobspr
2e1271ecb7 Fix es5 builds 2022-06-16 11:28:37 +02:00
tobspr
bf5199d77a Try out different babel properties to fix compilation issues 2022-06-16 10:52:49 +02:00
tobspr
07fb65f3b6 Fix build issues 2022-06-16 10:39:02 +02:00
tobspr
3b4ae39caa Try out transpiled-only builds 2022-06-16 10:35:58 +02:00
tobspr
6abe731b32 Always use transpiled variant for web 2022-06-16 10:20:04 +02:00
tobspr
6a79d47158 Update gulpfile 2022-06-13 21:09:00 +02:00
tobspr
21e37792e0 Minor adjustments 2022-06-06 15:48:21 +02:00
tobspr
737ce41041 Properly write app id 2022-06-06 15:34:19 +02:00
tobspr
b821c7259c refactor steam pipe generation 2022-06-06 15:28:30 +02:00
tobspr
de288afeb5 Fix prod environment 2022-06-06 14:29:25 +02:00
tobspr
1272ba7614 Fix typo 2022-06-06 14:06:30 +02:00
tobspr
222ea8c261 Merge steam-demo branch 2022-06-06 14:06:09 +02:00
Scott Miller
d99b68784c
update texturepacker url (#1423)
`runnable-texturepacker.jar` seems to have moved. This is the current address according to https://libgdx.com/wiki/tools/texture-packer
2022-06-05 21:16:37 +02:00
tobspr
50e92bb42f Fix tobspr-osx-sign issues 2022-05-30 07:00:14 +02:00
tobspr
6a0254b358 Demo adjustments, fix missing dependency 2022-04-13 16:07:25 +02:00
tobspr
a3a72e95ad MacOS Support 2022-04-13 15:43:58 +02:00
WaffleDevsAlt
81d65e5801
Removes unwanted ], (#1384)
The ], breaks build, with a core error
2022-02-15 08:31:02 +01:00
Bagel03
f534a88f80
Fix that whole export debacle (#1370)
* Re-add setting exports

* Update webpack.production.config.js

* Update mod.js

* Slight change

* Update mod.js

* Update webpack.production.config.js

* Update webpack.config.js
2022-02-13 21:09:41 +01:00
tobspr
aa8d105e14 Revert being able to override exports since it breaks in prod 2022-02-03 20:26:29 +01:00
Bagel03
10fb7ddb5c
Whoops shouldn't have forgotten that (#1367)
Yea, should not have forgotten that :P
2022-02-03 08:40:24 +01:00