Garry's Mod

Garry's Mod

PAC3 [develop version]
Näytetään 61–70 / 263
< 1 ... 5  6  7  8  9 ... 27 >
Päivitys: 25.3. klo 21.12

mini fix

create this field on part initialization

Päivitys: 23.3. klo 11.05

more health modifier cvars

clamp max HP / max armor changes
allow/disallow extra healthbars counted hits mode
clamp total value of extra healthbars (it accounts for existing ones applied. can't cheat by adding multiple health modifier parts)

health modifier part gets a nicename

and harmonize some more of the other new convars (the settings manager code required a server-realm copy of the descriptions of the cvars to get proper updates)

Päivitys: 17.3. klo 20.22

buttons can bypass changes to their holdtime/toggle state updates if hidden

and add more details to logic gates-based events' tutorial entries to clarify how to use uids

Päivitys: 17.3. klo 17.44

fix previous commit

the parsing error was because these strings for the arrows and property key text at 2146 & 2148 weren't being assigned to the variable, free strings breaking syntax

Päivitys: 17.3. klo 12.18

revert previous commit

I'll investigate more later

Päivitys: 17.3. klo 11.59

move active text entry alongside property list's scrolling

it won't go off-screen or above the property divider
accordingly, draw a rectangle with a text and arrows to indicate what property you're editing if out of bounds

fix a narrow bug where the pace.PanelExists check interprets a 'Container' bodygroup as the property container panel class. it created an error and dropped all further bodygroups

Päivitys: 15.3. klo 11.37

force part update

split AffectSelf into two to distinguish between player owner and root owner (e.g. projectiles)

for backward compatibility, AffectSelf will still act as both by default, but with AlternateAffectSelf the split occurs. you can then use AffectPlayerOwner to affect your player, and AffectSelf to affect the root part owner separately

Päivitys: 9.3. klo 0.40

small fix

Päivitys: 4.3. klo 17.47

hotfix

regarding the event arguments dynamic properties sync feature, I didn't account for the fact that properties can be edited from proxies

Päivitys: 2.3. klo 20.12

hotfix (quick actions - event reorganization)

actually I want this at the end so that events quick access actions (triggers) are the priority

also don't add the options if there's nothing in bulk select