Skip to content

Releases: programmer1o1/SourceBox

v3.5.0

14 Apr 14:05
6515cc0

Choose a tag to compare

Add cone/triangle click flash, blurred background, and tracker void d…

v3.4.0

20 Mar 00:05
44eaff1

Choose a tag to compare

Making coneback audio more accurate (Thanks SourceBox1999!)

v3.3.0

28 Feb 13:52
e077851

Choose a tag to compare

Fix Linux 4:3 display and add cone back sound (closes #6, closes #5)

- Replace pygame.display.Info() with get_desktop_sizes() for resolution
  detection, fixing incorrect 4:3 window size on Linux/Wayland after
  screen lock/unlock (also fixes invisible cone as a side effect)
- Play cone.wav (cut at 0.5s) when backing out of the Voidside tracker

v3.2.0

31 Jan 11:18
abaef3c

Choose a tag to compare

Fix cross-platform pygame font/image/audio fallbacks; switch to pygam…

v3.1.0

24 Dec 07:25
fbbe7df

Choose a tag to compare

Add Mapbase and Garry's Mod 13 support

- Implement MapbaseBridge with Mapbase-specific VScript files, adding support of Entropy Zero games and Raising The Bar: Redux.
- Auto-detect Mapbase mods in sourcemods and standalone installations
- Implement GMod 13 Support
- Add more verbose information. (set verbose=false to verbose=true in source_bridge.py)

v3.0.4

14 Dec 23:30
8efbed4

Choose a tag to compare

add missing *_linux64 names to hl2dm, dod:s, hl1sdm

v3.0.3

14 Dec 23:15
2471d8e

Choose a tag to compare

Fix black grid texture on Linux with radial fog implementation and on…

v3.0.2

06 Dec 05:35
d252dfc

Choose a tag to compare

replace sourcebox.mp3 with album version of sourcebox

v3.0.1

05 Dec 16:41

Choose a tag to compare

add lua bridge support to GMod 9

v3.0.0

05 Dec 04:04

Choose a tag to compare

feat: add Garry's Mod 10-12 support with Lua bridge

- Add gmod_bridge.py for automatic Lua addon installation
- Auto-install Lua scripts to addons/sourcebox/lua/
- Implement picker with NPC priority targeting
- Add auto-spawner for random placement on map load
- Update README with GMod documentation and troubleshooting