Commit Graph

348 Commits

Author SHA1 Message Date
CoreyLee Hassell
dd4bb1584a
Rename license to LICENSE 2021-03-06 10:37:19 -05:00
thegrb93
e5040d0866
Move netstream to lua/autorun (#358) 2021-02-12 20:29:42 -05:00
Deyan Dobromirov
a928fd3206
Fixed: Typo on line 361 index by nil as wposi (#357)
* Fixed: Typo on line `361` index by `nil` as `wposi`

https://github.com/wiremod/advdupe2/pull/316/files

* Added: Brackets around `undo.Create` works same as `printf "test-string"`

* Use multiple assigment here as well

* Replace `error` with `err` local variable

Dev can call `error` in the scope of replacement. Besides, it is cleaner this way

* Convert protected call variables to locals

* Revert idx

Co-authored-by: thegrb93 <grbrown93@sbcglobal.net>
2021-02-10 16:34:14 -05:00
Deyan Dobromirov
f4690612e6
Update readme.md (#356)
* Update readme.md

* Added: WS link dor ADVdupe2
2021-02-09 17:33:15 -05:00
thegrb93
92442ff183
Fixed up and added back limit ghost feature (#353) 2021-01-30 04:16:54 -05:00
thegrb93
72dff27b04
Fix lua error and refactor table.count (#347)
* Fix lua error and refactor table.count

* Also replace deprecated table.GetFirstKey

* Add iscopyable function

* Fixed
2021-01-22 20:36:49 -05:00
thegrb93
756f7d6d5e
Fix the advdupe1 folder unnecessarily showing (#341) 2020-12-12 16:04:35 -05:00
thegrb93
d08a7c94eb
Fix self referential table encoding issue. Fixes: #280 Fixes: #305 (#342) 2020-12-12 16:03:24 -05:00
thegrb93
0a8417df81
Fix label colors (#332)
* Fix label colors

* Revert this

* Update file_browser.lua
2020-12-04 14:52:30 -05:00
thegrb93
0c0d55fed7
Made sorting case insensitive (#333)
* Made sorting case insensitive

* Update file_browser.lua

* Update file_browser.lua
2020-12-02 21:47:22 -05:00
thegrb93
1ff38f8939
Made height offset less limited (#336)
* Made height offset less limited

* Leave the slider alone
2020-12-02 21:45:14 -05:00
thegrb93
32a5cca72c
Makes nils pass into factory funcs instead of false (#335) 2020-12-02 21:41:05 -05:00
thegrb93
91dd4c236d
Update SavePositions to use physobject positions (#334)
* Update SavePositions to use physobject positions

* Update sv_misc.lua

* Update sv_misc.lua
2020-12-01 23:31:11 -05:00
thegrb93
6a510580b2
Fix whitespace bug in Hydraulic constraints (#329) 2020-11-30 23:05:30 -05:00
thegrb93
d416441c94
Better Error handling for file fail (#327) 2020-11-28 19:22:13 -05:00
thegrb93
28170682d7
Fixes race conditions in constraint saving due to timer (#324) 2020-11-26 14:51:04 -05:00
thegrb93
0d17fa2295
Fixes hook errors when pasting map (#325) 2020-11-25 20:55:26 -05:00
thegrb93
50e6865abf
Fix autosave minimum time being 10min (#314)
* Fix autosave minimum time being 10min

* Made the min 5 minutes

* Add some help text too

* Some bugfixes and made min time 2 min
2020-11-25 20:50:06 -05:00
thegrb93
8b80f2391b
Merge pull request #316 from dvdvideo1234/patch-2
Code cleanup sv_clipboard
2020-11-25 20:17:51 -05:00
thegrb93
855eefe1fe
Merge pull request #311 from dvdvideo1234/patch-1
Updated file browser with proper function and variable indentation
2020-11-01 15:11:04 -05:00
Deyan Dobromirov
6162228bd0
do the change request 2020-11-01 20:26:16 +02:00
Deyan Dobromirov
8821b99751 Revert the old way of indexing constraints 2020-11-01 10:08:41 +02:00
Deyan Dobromirov
dcd4f60337 Use string patterns to search instead of concatenating integer with string 2020-10-31 16:32:27 +02:00
Deyan Dobromirov
de9de4b484
Apply revieq request 2020-10-30 15:59:54 +02:00
Deyan Dobromirov
e2b33dbda8
Update sv_clipboard.lua 2020-10-16 16:45:27 +03:00
Deyan Dobromirov
8fb53f9941
Added: Table lookup instead of creating a vector for comparing 2020-10-16 16:36:33 +03:00
Deyan Dobromirov
bf5ea70797
Utilized: Hashed flags from gtSetupTable 2020-10-16 16:29:49 +03:00
Deyan Dobromirov
5e147ba80c
Update the merge version of the file 2020-10-15 19:48:54 +03:00
Deyan Dobromirov
9a3bf8b90f
Debug version of sv_clipboard.lua 2020-10-15 18:40:23 +03:00
Deyan Dobromirov
6b395949da
Fixed: Runtime error at line 377 2020-10-10 14:56:30 +03:00
Deyan Dobromirov
a5d4888128
Update file_browser.lua 2020-10-10 14:39:25 +03:00
Deyan Dobromirov
8d19f6be69
Updated file browser with proper function and variable indentation 2020-10-10 14:25:40 +03:00
thegrb93
c6c53cd954
Merge pull request #308 from dvdvideo1234/patch-1
Utilized: Dedicated local canvas panel reference
2020-09-21 15:27:17 -04:00
Deyan Dobromirov
fda44f80e3
Utilized: Dedicated local canvas panel reference 2020-09-20 15:21:24 +03:00
Sparky
c6aab40019
Merge pull request #300 from thegrb93/netstream-update
Fix desync caused by receiving delayed message
2020-08-10 22:33:21 -04:00
mitterdoo
c4ef6821d2 Fix desync caused by receiving delayed message 2020-08-10 22:31:33 -04:00
Sparky
b00706e898
Further hardened and fixed removing current download when any stream is removed (#295) 2020-05-24 11:01:12 -04:00
Sparky
6036cdfcdf
Better error detection and handling (#294) 2020-05-21 08:16:19 -04:00
CoreyLee Hassell
bb4091e3b6
Merge pull request #293 from Anticept/consistencyupdate
Updated various little root files for consistency
2020-05-20 03:38:38 -04:00
CoreyLee Hassell
09f9f7d382 Updated gmad_linux ref to always use latest build from wiremod repo. 2020-05-20 03:35:51 -04:00
CoreyLee Hassell
82c01c73c6 Updated various little root files for consistency 2020-05-17 06:22:37 -04:00
Erik Nystø Rahka
adb66ad128
Fixed bug where duplicating effects would run unintentinal PlayerSpawnSENT hook (#290) 2020-05-07 16:21:12 -04:00
Divran
0176469c43
fixes adv dupe 1 loading (#286)
* fixes adv dupe 1 loading
2020-04-07 21:17:57 -04:00
Sparky
4ce169ae80
Fix checking for legacy dupes (#284)
* Fix checking for legacy dupes

* Fixed

* Move this stuff

* A few needed checks
2020-03-08 00:14:50 -05:00
Sparky
4a5d26fb11
Compression now handled. Copied from 9db23612b7 (#282) 2020-02-23 17:35:14 -05:00
CoreyLee Hassell
04999098dc
Update addon.json 2020-02-11 18:18:21 -05:00
Sparky
db0cba745a
Add valid checking to codec. Fixes: #254 (#270)
* Add valid checking to codec. Fixes: #254

* Loosen requirement and make sure nil get empty string
2020-02-05 23:27:47 -05:00
Sparky
7bf9bbdb8f
Netstream lib update (#278) 2020-02-02 13:58:31 -05:00
Sparky
6ba983e122
Fix unable to turn off sorting (#274) 2020-01-11 20:33:19 -05:00
Sparky
6b68e998de
Add global indicator for when an entity is being spawned (#269) 2019-12-28 18:31:59 -05:00