Commit Graph

417 Commits

Author SHA1 Message Date
Garrett
25d441e233 Apply entity mods alphabetically for more consistent pasteing results 2018-11-26 02:44:10 -05:00
thegrb93
e4d088336e
Merge pull request #159 from thegrb93/fix_lua_error
Fixed another error related to using advdupe2 before menu is built
2018-11-25 17:49:41 -05:00
Garrett
f15df1ce1f Fixed another error related to using advdupe2 before menu is built 2018-11-24 21:47:17 -05:00
thegrb93
58f9acb723
Merge pull request #138 from thegrb93/newcodec2
Codec improvement
2018-11-21 01:44:22 -05:00
Garrett
f95f3e596b Fix bugs and made codec error msg user friendlier 2018-11-21 01:24:38 -05:00
thegrb93
f6f8be5912
Merge pull request #153 from thegrb93/fix-118
Add timeout for networking
2018-11-20 23:35:53 -05:00
Garrett
518897f39e Add clientside timeout too 2018-11-20 23:34:58 -05:00
thegrb93
8c297d22c3
Merge pull request #150 from thegrb93/spawn-rate
Allow greater than 1 spawnrate
2018-11-19 23:29:18 -05:00
thegrb93
5fc5bc1148
Merge pull request #128 from thegrb93/gmodanchorfix
Fixes gmod anchor weirdness
2018-11-19 23:26:47 -05:00
thegrb93
1b6dad3c11
Merge pull request #62 from thegrb93/limit_fix
Don't stop duping if a limit gets hit
2018-11-19 23:24:45 -05:00
thegrb93
81ce2e8783
Merge pull request #145 from thegrb93/fix-issue7
Fix error when getting dupe info before creating context menu
2018-11-19 23:24:28 -05:00
thegrb93
06ef976d77
Merge pull request #151 from thegrb93/fix-149
Fix file browser not deleting folders
2018-11-19 23:24:08 -05:00
thegrb93
8946e94e04
Merge pull request #154 from thegrb93/fix-152
Fix CPanel building too soon
2018-11-19 23:23:34 -05:00
AbigailBuccaneer
fef57c6ade
Merge pull request #156 from thegrb93/fix-table-collapse-function
Made a really stupid complex function simpler.
2018-11-02 11:02:42 +00:00
Garrett
c52a7e642d Made a really stupid complex function simpler. 2018-11-01 22:26:13 -04:00
Garrett
af018f692e Fix CPanel building too soon 2018-10-27 16:31:26 -04:00
Garrett
2b1a94ad87 Add timeout for networking 2018-10-27 16:03:57 -04:00
Garrett
26fdab7a45 Fix file browser not deleting folders 2018-10-27 14:49:05 -04:00
Garrett
e7adf1cbac Cleanup 2018-10-27 14:22:16 -04:00
Garrett
53c3a0c644 Allow greater than 1 spawnrate 2018-10-27 13:19:19 -04:00
AbigailBuccaneer
579e80d376
Merge pull request #146 from thegrb93/fix-44
Fixed spawner pasting offsets
2018-10-27 17:58:42 +01:00
AbigailBuccaneer
afb4d53338
Merge pull request #147 from thegrb93/fix-23
Add option to hide drawing spawner props
2018-10-27 17:52:33 +01:00
AbigailBuccaneer
39aaf9506d
Merge pull request #148 from thegrb93/fix-77
Remove unused 'LastSpawned' output
2018-10-27 17:51:04 +01:00
Garrett
c76de33126 Remove unused 'LastSpawned' output 2018-10-25 22:25:02 -04:00
Garrett
2fde5bbacc Add option to hide drawing spawner props 2018-10-25 22:15:53 -04:00
Garrett
827339e40d Fixed spawner pasting offsets 2018-10-25 21:46:14 -04:00
Garrett
7235ca570b Fix error when getting dupe info before creating context menu 2018-10-24 22:42:17 -04:00
Garrett
5bc66fa367 Remove commented code 2018-09-11 21:51:50 -05:00
thegrb93
1a96ff48e8
Merge pull request #98 from thegrb93/mappaste
Some cleanup and added map paste on PostCleanupMap
2018-09-04 21:30:03 -04:00
CoreyLee Hassell
0aa25c3706
Merge pull request #143 from thegrb93/nil-check
Nil check
2018-09-03 04:09:11 -04:00
Garrett
f0d61c5c58 Merge remote-tracking branch 'matiasah/patch-1'
# Conflicts:
#	lua/advdupe2/sv_clipboard.lua
2018-09-03 02:59:52 -05:00
Garrett
8ee88c1725 Give nil a different id 2018-06-27 22:01:46 -05:00
Garrett
463109a400 Remove at-a-distance behavior 2018-06-25 17:22:49 -05:00
Garrett
d0dc5ed1d7 Make empty string use 0 id 2018-06-25 14:04:00 -05:00
Garrett
66c7c02d69 Improve string read performance 2018-06-25 01:49:57 -05:00
Garrett
4d9070c861 Remove pointless module (Doesn't implement WriteULong). Made long strings able to have null characters without corrupting the file. 2018-06-14 02:44:53 -05:00
AbigailBuccaneer
d06b7e1f7f
Merge pull request #136 from thegrb93/saveerrorfix
Fix trying to serialize unserializable keys
2018-06-13 16:48:23 +01:00
Garrett
a5c57d5603 Fix trying to serialize unserializable keys 2018-06-13 05:55:38 -05:00
AbigailBuccaneer
e08f1ea77a
Merge pull request #130 from lewez/master
Prevent errors/lag exploits. Occurs if a player hasn't right clicked with the tool yet.
2018-04-27 08:15:58 +01:00
Lewis
47eeca2dfd Prevent errors/lag exploits. Occurs if a player hasn't right clicked with the tool yet. 2018-04-15 13:50:42 +01:00
Garrett Brown
6ad4caf851 Made sents that are supposed to be not solid stay that way 2018-04-03 10:36:35 -05:00
Garrett Brown
2b20b2a562 Add gmod_anchor to area copy blacklist 2018-04-03 07:58:30 -05:00
Divran
516cda39d5 Merge pull request #112 from thegrb93/enttablefix
Fixes some errors that can occur when copying the whole EntTable (And is way faster)
2017-07-17 10:45:32 +02:00
Garrett Brown
7cc1af59f8 For god's sakes don't copy the whole ent table. 2017-07-15 18:13:31 -05:00
CoreyLee Hassell
0ef1c4b1f0 Update addon.json
Required changes for workshop upload.
2017-03-07 03:56:14 -05:00
Abigail
e1c4388877 Use correct URLs for help
For now I just commented out the forum link, as there's not an obvious replacement and the old thread is dead and irrelevant.

Fixes #107
2017-02-16 18:45:12 +00:00
CoreyLee Hassell
852f579c4a Create CONTRIBUTING.md
Added a code of conduct and a reference to the coding guidelines.
2017-01-05 16:22:54 -05:00
Mista-Tea
48a34aa37c Make paste angles default to 0,0,0 (#104) 2016-11-11 22:16:47 +00:00
thegrb93
1c39b8ed0e Close temp file when there's an error (#103)
* Close temp file when there's an error so you don't have to wait for garbage collection of the file in order to load another dupe.
2016-10-20 10:27:11 +01:00
thegrb93
b79287b7f8 Work around error where Queue would be nil and softlock advdupe2 (#100) 2016-10-02 12:16:19 +01:00