Skip to content

Releases: TomDotBat/pixel-karts

1.1.21

09 Mar 10:37
80c64c0
Compare
Choose a tag to compare
  • Added ULX implementations of the admin commands.
  • Fixed a spelling mistake in the PIXEL UI dependency warning message.

Files added:

  • lua/ulx/modules/sh/pixel_karts.lua

Files modified:

  • README.md
  • lua/autorun/sh_pixelkarts_loader.lua
  • lua/sam/modules/pixel_karts.lua

1.1.20

08 Mar 22:06
Compare
Choose a tag to compare
  • First open source release.
  • Removed all references to gmodstore.
  • Applied GNU GPL v3 license.
  • Removed review beggar (lol).

Files added:

  • LICENSE
  • README.md

Files modified:

  • All Lua files.

Files deleted:

  • README
  • lua/pixelkarts/core/cl_review_begger.lua

1.1.19

18 Jun 10:29
Compare
Choose a tag to compare
  • Force locking of garage doors - added to all existing map configs.
  • Made fake door physics static to prevent admins from moving it by accident.
  • Target entity creation id getter helper command.
  • GMod-i18n version number now automatically updates.

Files added:

  • lua/pixelkarts/garage/sv_config_helpers.lua
  • lua/pixelkarts/garage/sv_force_lock_doors.lua
  • lua/pixelkarts/_config/maps/rp_triton_ovalservers_v1_2.lua

Files modified:

  • lua/pixelkarts/_lang/sh_gmod_i18n.lua
  • lua/pixelkarts/garage/sv_door_collisions.lua
  • lua/pixelkarts/_config/maps/rp_downtown_d3.lua
  • lua/pixelkarts/_config/maps/rp_downtown_tits_d3.lua
  • lua/pixelkarts/_config/maps/rp_downtown_v4c_v2.lua
  • lua/pixelkarts/_config/maps/rp_downtown_tits_v2.lua

Files deleted:

  • lua/pixelkarts/_config/maps/rp_triton_ovalservers_v1.lua

1.1.18

12 Jun 09:20
Compare
Choose a tag to compare

Added a check to prevent duplicate entities from being registered on servers where PostGamemodeLoaded is called twice???

Files added:

  • lua/pixelkarts/_config/sh_gamemode.lua

1.1.17

09 Jun 18:32
Compare
Choose a tag to compare

Added support for rp_downtown_d3.

Files added:

  • lua/pixelkarts/_config/maps/rp_downtown_d3.lua

1.1.16

09 Jun 09:29
Compare
Choose a tag to compare
  • Alert users when they don't have PIXEL UI installed.
  • Remove built in map doors when they are replaced by PIXEL Karts.
  • Removed the "flickering" kart briefly appears when spawning one.
  • Delete PIXEL Karts entities on spawn when PIXEL UI isn't installed to avoid errors.

Files changed:

  • lua/autorun/sh_pixelkarts_loader.lua
  • lua/entities/pixel_kart.lua
  • lua/entities/pixel_karts_repair_wrench.lua
  • lua/pixelkarts/garage/sv_door_collisions.lua
  • lua/pixelkarts/_lang/sh_gmod_i18n.lua
  • lua/pixelkarts/_config/maps/rp_downtown_tits_d3.lua
  • lua/pixelkarts/_config/maps/rp_downtown_tits_v2.lua
  • lua/pixelkarts/_config/maps/rp_downtown_v4c_v2.lua
  • lua/pixelkarts/_config/maps/rp_rockford_v2b.lua
  • lua/pixelkarts/_config/maps/rp_triton_ovalservers_v1.lua

1.1.15

03 Jun 14:35
Compare
Choose a tag to compare

Added a map config for: rp_downtown_tits_edge.

Files added:

  • lua/pixelkarts/_config/maps/rp_downtown_tits_edge.lua

PIXEL UI was recently updated, make sure to download the latest version from here:
https://github.com/TomDotBat/pixel-ui/releases

1.1.14

26 May 20:49
Compare
Choose a tag to compare

Added a Spanish translation.

Files changed:

  • lua/pixelkarts/_lang/languages/sh_spanish.lua

1.1.13

26 May 17:27
Compare
Choose a tag to compare

Remove all CPPI dependant code.

Changed files:

  • lua/entities/pixel_kart.lua
  • lua/pixelkarts/_config/sh_gamemode.lua
  • lua/pixelkarts/core/sh_kart_table.lua
  • lua/pixelkarts/upgrades/sv_glider.lua
  • lua/pixelkarts/upgrades/sv_rocket_boost.lua

1.1.12

26 May 08:40
Compare
Choose a tag to compare
  • Better gamemode abstraction on buying doors
  • Potential fix for non-CPPI compliant prop protection systems

Files changed:

  • lua/entities/pixel_kart.lua
  • lua/pixelkarts/_config/sh_gamemode.lua
  • lua/pixelkarts/garage/sv_networking.lua