Commit Graph

1948 Commits

Author SHA1 Message Date
Evil Factory 595f80e429 fix broken GUI library 2022-01-01 15:27:31 -03:00
Evil Factory 729cef7f3c allow client-side lua to be reloaded in multiplayer 2022-01-01 11:38:29 -03:00
Evil Factory 036b42ca7e new performance improvement setting and client-side lua fixes 2021-12-30 17:26:51 -03:00
Evil Factory f71f598976 Merge branch 'dev' of https://github.com/Regalis11/Barotrauma.git 2021-12-16 15:09:48 -03:00
Markus Isberg e2ce85884e Hotfix 0.15.22.1 2021-12-17 02:41:06 +09:00
Evil Factory 9927b5370e Merge branch 'dev' of https://github.com/Regalis11/Barotrauma.git into Regalis11-dev 2021-12-16 12:46:42 -03:00
Markus Isberg a864a98d4f Unstable 0.15.22.0 2021-12-17 00:19:56 +09:00
Evil Factory 24f63c78cb fix errors 2021-12-15 15:35:10 -03:00
Evil Factory bb1631a21c Merge branch 'master' of https://github.com/Regalis11/Barotrauma.git into Regalis11-master 2021-12-15 14:45:31 -03:00
Markus Isberg 7d43cb1e91 0.15.21.0 2021-12-16 01:05:43 +09:00
Juan Pablo Arce 617d9ede88 Unstable v0.15.17.0 (Hex is out of town edition) 2021-12-03 13:31:10 -03:00
Markus Isberg 80f39cd2a3 Unstable 0.15.15.0 (and the one before it I forgor) 2021-11-18 21:34:30 +09:00
Evil Factory 192c103597 fix compile error 2021-11-08 20:04:18 -03:00
Evil Factory 50427390f2 calling lua function inside an async function causes lots of issues (probably caused by the fact that it runs on a separate thread?), solved by creating a queue of functions to be called on the main thread 2021-11-08 14:29:07 -03:00
Evil Factory 72fff4ab73 replace harmony with a custom one that includes __params, some fixes in the lua setup and hook method is now actually useful 2021-11-05 20:40:50 -03:00
Evil Factory a8a0c96d57 move most of the registration code to Lua, include harmony, add useful perf methods to Time and a more useful(but still useless) error handling in the hook call 2021-11-04 11:30:36 -03:00
Evil Factory 2048389896 Merge branch 'master' of https://github.com/Regalis11/Barotrauma.git into Regalis11-master 2021-11-02 11:31:46 -03:00
Joonas Rikkonen 3a35dbfe6c Release v0.15.13.0 2021-11-02 13:19:59 +02:00
Evil Factory bae2390eb1 Merge branch 'master' of https://github.com/Regalis11/Barotrauma.git into Regalis11-master 2021-10-27 14:41:47 -03:00
Joonas Rikkonen 234fb6bc06 Release v0.15.12.0 2021-10-27 18:50:57 +03:00
Evil Factory fad7d2d001 dropdown thing 2021-10-14 10:17:28 -03:00
Evil Factory 0000605186 for some reason you can move files but not delete, so i might aswell send them directly into the trash bin 🚊 2021-10-08 11:29:15 -03:00
Evil Factory 8500525722 client side lua install command thing 2021-10-08 10:44:24 -03:00
Evil Factory 578bba38a2 changes to client-side commands and added some physics related things 2021-10-07 11:46:57 -03:00
Evil Factory 33f74c4a73 version text 2021-10-06 15:13:43 -03:00
Evil Factory da98c04927 events apparently don't work 2021-10-05 16:16:40 -03:00
Evil Factory 1262c47e64 even more GUI 2021-10-04 11:46:13 -03:00
Evil Factory a5233b4686 more GUI stuff 2021-10-01 19:13:25 -03:00
Evil Factory a058d0a1bc some GUI 2021-09-25 11:14:03 -03:00
Evil Factory d81684cd19 fixed reloadlua breaking __call metamethods, fixed singleplayer crash, added fun things to client-side lua :) 2021-09-23 21:29:18 -03:00
Evil Factory 784baf550f added client and server network communication 2021-09-20 16:15:29 -03:00
Evil Factory 4075e71f7a separated Lua source by client, server and shared
github desktop bugged
2021-09-15 12:59:58 -03:00
Evil Factory 748e3e39bc Merge pull request #17 from Regalis11/master
thank now, now i have to update my mod
2021-09-11 12:13:02 -03:00
Juan Pablo Arce bf95e82d80 Updated version number 2021-09-11 10:41:44 -03:00
Evil Factory ffb24594bc refactoring things out, removing unused additions 2021-09-10 19:10:05 -03:00
Evil Factory 176a24cb43 Merge pull request #16 from Regalis11/master
v0.14.9.1
2021-09-09 12:12:44 -03:00
Juan Pablo Arce dacbeb1cfa v0.14.9.1 2021-09-09 07:42:25 -03:00
Evil Factory b03638b6b6 Merge pull request #10 from Regalis11/master
dependa bot thing
2021-08-28 00:13:36 -03:00
Evil Factory 970ee8a93f Merge pull request #9 from Regalis11/master
0.14.9.0
2021-08-25 13:18:02 -03:00
dependabot[bot] 2d21c6c196 Bump RestSharp from 106.6.10 to 106.12.0 in /Barotrauma/BarotraumaClient
Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 106.6.10 to 106.12.0.
- [Release notes](https://github.com/restsharp/RestSharp/releases)
- [Changelog](https://github.com/restsharp/RestSharp/blob/dev/releasenotes.md)
- [Commits](https://github.com/restsharp/RestSharp/compare/106.6.10...106.12)

---
updated-dependencies:
- dependency-name: RestSharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-25 16:01:38 +00:00
Markus Isberg 4a9727e58f Release 0.14.9.0 2021-08-26 00:57:37 +09:00
Markus Isberg 27dd9e6022 Unstable 0.1400.8.0 2021-08-13 17:52:45 +09:00
Evil Factory 31173567d1 mac support 2021-08-08 19:40:41 -03:00
Evil Factory cdda8a2ffd characterdeath 2021-08-02 21:58:25 -03:00
Markus Isberg 47707c824a Unstable 0.1400.7.0 (Coronavirus edition) 2021-07-23 21:01:17 +03:00
Evil Factory 0b5505cb34 Merge pull request #6 from Regalis11/master
Thunder Under The Ice repo update
2021-06-17 12:35:28 -03:00
Joonas Rikkonen c27e2ea5ab v0.14.6.0 2021-06-17 17:58:09 +03:00
Markus Isberg ee5308b39f Unstable 0.14.6.0 2021-06-17 13:31:36 +03:00
Markus Isberg 23a7c37eee Unstable 0.14.5.0 2021-06-14 17:53:42 +03:00
Markus Isberg 1f3e588fcd Unstable 0.14.4.0 2021-06-09 17:09:20 +03:00