Skip to content

Commit

Permalink
Merge pull request #730 from shavitush/enum_structs
Browse files Browse the repository at this point in the history
v2.4.0
  • Loading branch information
shavitush authored Feb 2, 2019
2 parents 98d9b29 + 5c0a7cd commit 1cd4b4c
Show file tree
Hide file tree
Showing 16 changed files with 2,158 additions and 1,826 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
# editors
*.atom-build.json
.vscode/tasks.json

\.vscode/settings\.json
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ addons:
- lib32stdc++6 # needed for spcomp

env:
- SMVERSION=1.9
- SMVERSION=1.10

before_script:
# install smbuilder
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Includes a records system, map zones (start/end marks etc), bonuses, HUD with us

# Requirements:
* Steam version of Counter-Strike: Source or Counter-Strike: Global Offensive.
* [SourceMod 1.9 or above](http://www.sourcemod.net/downloads.php)
* [SourceMod 1.10 or above](http://www.sourcemod.net/downloads.php?branch=dev)
* A MySQL database (preferably locally hosted) if your database is likely to grow big, or if you want to use the rankings plugin. MySQL server version of 5.5.5 or above (MariaDB equivalent works too) is highly recommended.

# Optional requirements, for the best experience:
Expand Down
Loading

0 comments on commit 1cd4b4c

Please sign in to comment.