Skip to content

Releases: programmer1o1/SourceBox

v3.5.0

Choose a tag to compare

@github-actions github-actions released this 14 Apr 14:05
6515cc0
Add cone/triangle click flash, blurred background, and tracker void d…

v3.4.0

Choose a tag to compare

@github-actions github-actions released this 20 Mar 00:05
44eaff1
Making coneback audio more accurate (Thanks SourceBox1999!)

v3.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Feb 13:52
e077851
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

Choose a tag to compare

@github-actions github-actions released this 31 Jan 11:18
abaef3c
Fix cross-platform pygame font/image/audio fallbacks; switch to pygam…

v3.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Dec 07:25
fbbe7df
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

Choose a tag to compare

@github-actions github-actions released this 14 Dec 23:30
8efbed4
add missing *_linux64 names to hl2dm, dod:s, hl1sdm

v3.0.3

Choose a tag to compare

@github-actions github-actions released this 14 Dec 23:15
2471d8e
Fix black grid texture on Linux with radial fog implementation and on…

v3.0.2

Choose a tag to compare

@github-actions github-actions released this 06 Dec 05:35
d252dfc
replace sourcebox.mp3 with album version of sourcebox

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 05 Dec 16:41
add lua bridge support to GMod 9

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Dec 04:04
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