Commit Graph

1782 Commits

Author SHA1 Message Date
DBot
ac5cb3ee9e Added editor config 2017-09-05 18:15:33 +07:00
DBot
cc7800b7f2 Added material2 to groups 2017-09-05 18:06:02 +07:00
DBot
d74f1461fe Remove _ 2017-09-05 18:05:18 +07:00
DBot
437aa8afdd Store groups and icons in files, not in config.lua 2017-09-05 18:00:52 +07:00
DBot
429f0c9032 flag is dangerous parameter 2017-09-05 15:55:57 +07:00
DBot
426f09d518 Fixed Non-existing include 2017-09-05 15:32:57 +07:00
DBot
f75ec940c7 Merge remote-tracking branch 'origin/master' into develop 2017-09-05 15:26:50 +07:00
DBotThePony
cbf969cc89 Merge pull request #482 from lilggamegenuis/master
Make health_lost event check if health has actually been lost
2017-09-05 08:27:31 +07:00
lil-g
ae09f2b336 Make health_lost event check if health has actually been lost 2017-09-04 19:22:13 -05:00
CapsAdmin
0c119dfeb9 new material parts
wip/doesn't do much yet
2017-09-04 15:44:17 +02:00
CapsAdmin
9592af78c5 pace.TranslatePropertiesKey: don't translate properties to color only based on name 2017-09-04 15:43:58 +02:00
CapsAdmin
3717d1be48 added a way for parts to define property groups outside of the editor 2017-09-04 15:43:30 +02:00
CapsAdmin
c8eb20b686 fix hitpos and such not showing up when selecting model bone 2017-09-04 12:22:58 +02:00
CapsAdmin
2a02a47cf6 Merge branch 'develop' of https://github.com/CapsAdmin/pac3 into develop 2017-09-04 11:27:57 +02:00
CapsAdmin
a589fd7b5e separate many non editor features into extra 2017-09-04 11:27:47 +02:00
DBot
8f63ac56fc Send libraries to clients 2017-09-04 06:34:36 +07:00
DBot
8a92cd4da7 Fixed pac_restart 2017-09-04 06:13:46 +07:00
CapsAdmin
01aa879f15 move things that don't belong in core to editor 2017-09-04 00:33:26 +02:00
CapsAdmin
9b259438b6 try to convert old animations when loading them from file
fixes that blender to pac3 animation script
2017-09-03 23:49:36 +02:00
CapsAdmin
50a08347e8 convert old animations to new animations
fixes that blender to pac3 animation script
2017-09-03 23:47:08 +02:00
CapsAdmin
c392f57f45 don't use continue keyword 2017-09-03 21:36:57 +02:00
CapsAdmin
7f30fd4cd5 cleanup 2017-09-03 21:36:50 +02:00
CapsAdmin
1d19654c6c improve pac_restart 2017-09-03 21:36:18 +02:00
CapsAdmin
f0e25d9e41 experimental 3d drawing
no need for "suppress frame" hacks, only draws once, etc
2017-09-03 20:42:01 +02:00
CapsAdmin
b183cf0779 Merge branch 'develop' of https://github.com/CapsAdmin/pac3 into develop 2017-09-03 20:00:43 +02:00
CapsAdmin
bfd153191a revert fix
hopefully solves #478
2017-09-03 20:00:30 +02:00
DBot
cdbde9dcb2 Merge branch 'master' into develop 2017-09-03 16:27:48 +07:00
DBotThePony
655df777ae Merge pull request #476 from Earu/patch-1
fix self.emitter:Draw() called even when self.Follow was not true, resulting in particles drawing twice at weird positions.
2017-09-02 18:46:49 +07:00
R.Réno
d6647e5f08 fix self.emitter:Draw() called even when self.Follow was not true, resulting in particles drawing twice at weird positions. 2017-09-02 01:20:31 +02:00
CapsAdmin
8f469a0537 Merge branch 'develop' of https://github.com/CapsAdmin/pac3 into develop 2017-08-31 23:03:19 +02:00
DBot
2ee8871eb3 Some refactoring, Improved visuals of part/bone selection 2017-08-31 18:22:03 +07:00
CapsAdmin
3b47165243 use RealTime instead of CurTime
should make shortcuts slightly more responsive as curtime is affected by
ping and server lag
2017-08-31 12:18:29 +02:00
CapsAdmin
5cabcae792 sometimes GetBonePosition can return nothing 2017-08-30 21:50:55 +02:00
DBot
1cc5e1ac0d Fixed HideMesh breaks bones angles (inside PAC3) 2017-08-30 08:09:34 +07:00
DBot
dc09cb23ea Merge branch 'master' into develop 2017-08-30 06:59:08 +07:00
DBot
099724c638 Amend previous commit 2017-08-30 06:58:59 +07:00
CapsAdmin
04bf11e0ec maybe fix hide mesh 2017-08-29 21:47:05 +02:00
DBot
eaff8da141 Merge branch 'master' into develop 2017-08-29 18:11:30 +07:00
DBot
85b83b2949 Misc fixes 2017-08-29 18:11:22 +07:00
DBot
9bd24049b2 Fixed Lua error in particles 2017-08-29 17:27:57 +07:00
DBot
01af71aaad Fixed Lua error in particles 2017-08-29 17:27:45 +07:00
DBot
7d8cdfd4b7 Fixed button event 2017-08-29 17:15:31 +07:00
DBot
385ba47693 Merge branch 'master' into develop 2017-08-29 12:54:05 +07:00
DBot
c6748da534 New entity draw ignore 2017-08-29 07:51:58 +07:00
Python1320
0f1d1f5f2c Update projectile.lua
Missing IsValid check
2017-08-28 16:24:25 +03:00
DBotThePony
ba59643f8b Merge pull request #471 from CapsAdmin/feature/events-api
Events API
2017-08-28 10:24:53 +07:00
DBot
ad1089dca5 Added IgnoreZ to trails
Implements? #454
2017-08-28 10:16:41 +07:00
DBot
1a26e2bda7 Updated view stuff
Related to #460
2017-08-28 10:06:01 +07:00
DBot
112455a2e9 Cleaned up urltex code, now it works slightly faster
Crash is still not fixed
2017-08-28 08:44:55 +07:00
DBot
3d8daf4392 Added pac_load_url
Implements #463
2017-08-27 19:50:42 +07:00