Add client code for adding and reading remote leaderboard scores. Combine leaderboards API server functions into one file. Add case to test program with a mock database and mock security credentials for testing remote leaderboard connection. Add a compilation flag to indicate that PHP is available to test the API connection.
25 lines
375 B
Plaintext
25 lines
375 B
Plaintext
*.o
|
|
local/
|
|
build/
|
|
demo/2d_collision/2d_collision
|
|
demo/squircle/squircle
|
|
demo/cube/cube
|
|
compile_commands.json
|
|
src/version.hpp
|
|
|
|
# Test program
|
|
src/test/Test_Report*
|
|
src/test/space_box*_log.txt
|
|
src/test/lib
|
|
src/test/steam_appid.txt
|
|
src/test/BPmono.ttf
|
|
|
|
# wget backups
|
|
lib/catch2/*.*pp.*
|
|
|
|
# Private
|
|
src/leaderboards/hash.php
|
|
|
|
# Leaderboards testing
|
|
src/leaderboards/cakefoot.db
|