Open Hexagon
lib_polywall
Εμφάνιση 11-20 από 36 καταχωρίσεις
< 1  2  3  4 >
Ενημέρωση: 9 Σεπ 2022 στις 17:42

- Repeat run functionality for MPs

Ενημέρωση: 8 Σεπ 2022 στις 10:05

- MockPlayer.accurate has been removed. It has been replaced with the function enableAccurateMockPlayers() which globally enables accurate geometry.
- Red, green, blue, and alpha color channels have been merged into a single object.
- The Discrete class is now depreciated in favor of the new Cascade class which is slightly more robust.
- Any function with the names shown below are now depreciated
- - chresult
- - advance
- - step
- - tint
- - shade
- - arrange
- - update
- - draw
- All movement functions for PWs and MPs have been unified into one function for each:
- - PolyWall:run(depth, mFrameTime)
- - MockPlayer:run(depth, mFocus)
- The ability to pass arguments to transformations via movement functions will no longer be supported.
- - There is partial support as old functions still have this functionality but new functions will not.
- Color transformations will now receive polar and Cartesian coordinate information
- - The new format of the color transformation is: f(r, g, b, a, rad, ang, x, y) -> r, g, b, a
- - Only applies to the run function

Ενημέρωση: 8 Σεπ 2022 στις 9:46

Steam proton doesn't like linux file paths apparently.

Ενημέρωση: 31 Μαϊ 2022 στις 14:55

- Minor bug fixes.
- Limit swap function now preserves settings.

Ενημέρωση: 9 Απρ 2022 στις 9:17

- lib_extbase compatibility.

Ενημέρωση: 27 Φεβ 2022 στις 8:38

- Reordered rremove arguments to be consistent with other functions.
- The automatic deletion of walls when they go out of bounds is now handled by the advance function rather than the step function.

Ενημέρωση: 25 Φεβ 2022 στις 11:35

- Fixed bug with radd.
- add returns the newly created layer.
- radd now returns all newly created layers in a table list.
- rmLayer renamed to remove.
- rrmLayer renamed to xremove.
- rmWall renamed to wremove.
- rrmWall renamed to wxremove.
- Old function names are still available for compatibility reasons but their use is discouraged.
- New rremove function. Similar to remove but acts recursively.
- Trying to remove a nonexistent layer no longer triggers an error.
- Consolidated some discrete classes.

Ενημέρωση: 23 Φεβ 2022 στις 7:15

New version breaks color. Reverting to last version.

Ενημέρωση: 22 Φεβ 2022 στις 15:13

- Fixed bug with radd.
- The add function now returns the newly created layer.
- The radd function returns all newly created layers in a table list.

Ενημέρωση: 18 Ιαν 2022 στις 10:25

Version 2102

- Restructured to use new generalized discrete class from lib_extbase.
- Improved layering/wall organization system.
- Stale branch limitations are now more strict.