Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Releases: SPCodeOrg/SPCode

Release 1.8.1.1.beta1070

09 Feb 20:10
51397f1
Compare
Choose a tag to compare
Pre-release

Java installation removal (#119)

  • remove old lysis java system and added basicpawn's lysis.net

  • improve decompiling message

  • remove unnecesary DLLs from new lysis

Release 1.8.1.1.beta1069

06 Feb 14:20
6906237
Compare
Choose a tag to compare
Pre-release

implemented new translations system, visit #118 and https://github.com/SPCodeOrg/spcode-translations to know more

Release 1.8.1.1.beta1068

07 Jan 03:48
Compare
Choose a tag to compare
Pre-release
improve macro inserting in configs (closes #114)

Release 1.8.1.1.beta1063

31 Dec 01:06
Compare
Choose a tag to compare
Pre-release
  • improve hotkey file parsing error handling
  • cached changelog (fix #113)
  • added default "on close" actions in Options (fix #110)

Release 1.8.1.1.beta1058

30 Dec 00:49
Compare
Choose a tag to compare
Pre-release
Merge branch 'ongoing' of https://github.com/SPCodeOrg/SPCode into on…

Release 1.8.1.0

26 Dec 21:59
32e7552
Compare
Choose a tag to compare
  • SPCode Beta implementation

Release 1.8.1.0.beta1054

26 Dec 21:35
32e7552
Compare
Choose a tag to compare
Pre-release
Merge pull request #116 from maxijabase/ongoing

Create beta version of SPCode

Release 1.8.0.5

19 Dec 15:27
Compare
Choose a tag to compare
  • Fixed RCON command sending not working for remote servers (#115)

Release 1.8.0.4

10 Dec 04:30
Compare
Choose a tag to compare
  • Added support for #pragma deprecated messages, they now take the string color
  • Improved #define values highlighting cases
  • Search window now retains all its values and settings when closed
  • Fixed some instances of crashes when going to the definition of an incorrectly located symbol (ctrl+click on a word) (#103)
  • Fixed editor not always focusing on the code when loading or creating a file (#105)
  • Added more closing options when closing a file (#108)

Release 1.8.0.3

09 Nov 00:08
Compare
Choose a tag to compare
  • Added a Tab to Autocomplete option under Tools -> Options -> Editor to insert the autocompletion by pressing Tab instead of Enter.
  • Added some more logging messages.
  • Added a Reset to Default option when right-clicking a command's hotkey textbox in Tools -> Options -> Hotkeys.
    • You won't be able to reset back to that command's default hotkey if it's already in use.
  • Improved the closing process of the program by styling the confirmation message accordingly, showing a list of the unsaved files, and giving the option to Cancel the closing.
  • Added a Help button under Tools that points to the brand new SPCode Wiki.
  • Added a See Changelog button under Tools to see the release notes of the previous 10 versions.
  • Fixed not being able to send RCON commands to TF2 servers properly.
    • Also added a bunch of new logging messages related to all kinds of events that could happen regarding command sending.
  • Fixed not being able to close the compile errors grid by pressing Escape anymore.