summaryrefslogtreecommitdiff
path: root/src/contest_effect.c
AgeCommit message (Collapse)Author
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2020-08-21Document contest AI commandsGriffinR
2020-08-18Add condition mod constantsGriffinR
2020-08-16Clean up contest docGriffinR
2020-08-16Document misc contestGriffinR
2020-08-15Document contest appealGriffinR
2020-07-24Continue new contest documentationGriffinR
2020-07-23Begin new contest documentationGriffinR
2019-04-04Fix utf8 errors in contest_effect's commentsPhlosioneer
2019-04-02More cleanup, document contestant sortingPhlosioneer
2019-04-02Cleanup some of gContestResourcesPhlosioneer
2018-08-16contest effect review changesDizzyEggg
2018-08-15Fix fakematching in contest effectDizzyEggg
2018-08-14Make contest effect table easier to edit in the futureDizzyEggg
2018-08-14Match the worst function everDizzyEggg
2018-08-13match contest effectDizzyEggg
2018-08-12copy contest effect from rubyDizzyEggg