Commit Graph

23 Commits

Author SHA1 Message Date
David Hepworth
80b702ba04 Merge branch 'SMSum-master' 2020-05-07 07:50:57 +01:00
David Hepworth
e60c446941 remove debug print 2020-05-07 07:50:39 +01:00
SMSum
987f3fea9c
Fixed E2 Spherical not saving due to lack of register 2020-05-06 09:47:46 -05:00
David Hepworth
825c612ac6 Reworked repo a little
Added a new 'dev' branch for trying out stuff, not guaranteed to be
stable
Added files for use with workshop
2013-04-15 18:40:45 +01:00
David Hepworth
48b54348cc Changed license agreements
Changed the license to MIT because it's simpler, and allows me to upload
to workshop without any worries. Woo!
2013-02-21 00:43:47 +00:00
David Hepworth
26d9011589 fixed alphabetic ordering in tool list
thanks yomogimochi
2012-12-28 00:27:48 +00:00
David Hepworth
7b967c41e4 [FIX] Airboat/Jalopy/Vehicle crash
Removed a bunch of obsolete code and made it so you can't apply
spherical collisions to a vehicle anymore
2012-12-01 04:42:08 +00:00
David Hepworth
5d7bf586cf Renamed info.txt -> addon.txt
stupid garry
2012-11-03 03:17:18 +00:00
David Hepworth
37e9093434 fixed a drawing bug when makesphericaling props 2012-09-05 13:30:08 +01:00
David Hepworth
0b2dc2dbaf more license crap, also updated readme.md 2012-08-16 01:29:15 +01:00
David Hepworth
8d889ab7e8 Updated software license
see license.txt
2012-08-16 01:04:10 +01:00
David Hepworth
0fdfd7865e Fixed a clientside error (thanks gamerpaddy)
FIXED:
Error applying entity modifer, "MakeSphericalCollisions". ERROR:
[@addons/makespherical/lua/autorun/MakeSpherical.lua:109] bad argument
#1 to 'Vector' (Vector expected, got nil)
( Error occurred when pasting a dupe that uses the old format )
2012-08-14 22:20:14 +01:00
David Hepworth
96c8a2e360 ragdoll hotfix 2012-08-06 04:50:48 +01:00
David Hepworth
8b8489589c Big update, see description
+ Moved most of the main code off into another file to keep things clean
+ Split the constraints copying/applying into their own functions
+ Added the ability to offset the prop's render position
+ Improved legacy dupe support, now converts to the new data for
duplications ( just copy+save your contraptions to update to the newer
format )
+ Fixed a bug involving the controllers of wire hydraulics and wire
winches
2012-08-06 04:37:13 +01:00
David Hepworth
e74f3d4e80 Fixed being able to MakeSpherical npcs and players 2012-07-13 03:33:17 +01:00
David Hepworth
9553da0437 Fix'd Folder Structure (FFS)
Moved everything to the right folders, now you can just checkout the
repo to your addons folder
2012-07-13 03:11:43 +01:00
David Hepworth
d111d6a948 Optimised code, added E2 extension
+Added E2 functions for MakeSpherical, they behave the same as the main
tool.
syntax:
E:makeSpherical( radius )
E:removeSpherical()

+Optimised some code
2012-07-13 00:22:57 +01:00
David Hepworth
0a9cab4cfd Fixed a clientside error
Fixed the error [@weapons\gmod_tool\stools\makespherical.lua:178] Tried
to use invalid object (type IPhysicsObject) (Object was NULL or not of
the right type) ocurring on the client when the tool was used in
multiplayer
2012-07-07 03:18:49 +01:00
Falcqn
17cd0fe4a6 2012-07-03 07:19:13 -07:00
Falcqn
5b2489789e I'm an idiot, hotfix'd again 2012-07-03 06:42:05 -07:00
Falcqn
4c2c6ab882 Hotfix 2.1:
Fixed old dupes not working
2012-07-03 06:29:04 -07:00
Falcqn
c2d5125f8e 2012-07-02 21:59:51 -07:00
Falcqn
ce414395b5 Initial commit 2012-07-02 21:54:05 -07:00