Tom Tsagk
|
c5f466ec7f
Fix `set_primitive` to calculate number of vertices correctly
|
3 years ago |
Tom Tsagk
|
a0f8f8d6a5
Add ability to tell mouse's position relative to window's width/height
|
3 years ago |
Tom Tsagk
|
e50daba46a
Rename header to include all headers
|
3 years ago |
Tom Tsagk
|
193f4a9af4
Fix mesh texture to treat vertex count properly
|
4 years ago |
Tom Tsagk
|
ff3ba0ac2c
Fix `dd_meshColour_set_colour` to paint all vertices
|
4 years ago |
Tom Tsagk
|
d09e93ae60
Add basic support for android
|
4 years ago |
Tom Tsagk
|
77849f002b
Remove debug code
|
4 years ago |
Tom Tsagk
|
025705278b
Add glsl 1.0 to font shaders too
|
4 years ago |
Tom Tsagk
|
a7382421bc
Add support for glsl 1.10, in a temporary way, until a proper solution is implemented
|
4 years ago |
Tom Tsagk
|
7f4735c9b0
Add ability for custom guest name
|
4 years ago |
Tom Tsagk
|
76b1abfd1a
Add ability for custom initial size for each game
|
4 years ago |
Tom Tsagk
|
590bf4409a
Add new shader and `dd_meshRising`. Will probably remove it once each game can create its own shaders instead
|
4 years ago |
Tom Tsagk
|
cafc644188
Add `floor` and `ceil` commands, fix string centering
|
4 years ago |
Tom Tsagk
|
f39f3a58e1
Make sure `submit_thread` returns something
|
4 years ago |
Tom Tsagk
|
ee3027e7dc
Disable verification of ssl certificates, for now
|
4 years ago |
Tom Tsagk
|
d7a32af7e7
Make `dd_world_set` synchronous
|
4 years ago |
Tom Tsagk
|
13e2b960a4
Rename header in global file as well
|
4 years ago |
Tom Tsagk
|
1fef562ea3
Fix old-named header
|
4 years ago |
Tom Tsagk
|
b6b1b370d9
GameJolt guestname is only randomised once, game now remembers both guestname and username
|
4 years ago |
Tom Tsagk
|
ec0b01df85
Add more getters for current GameJolt user
|
4 years ago |
Tom Tsagk
|
beee86b609
Add ability to get message and success on gamejolt requests
|
4 years ago |
Tom Tsagk
|
a53d91d888
Finish align on `dd_string3d`
|
4 years ago |
Tom Tsagk
|
7e84f13154
Better handle async calls, and bring the results to the main thread
|
4 years ago |
Tom Tsagk
|
088ac757b1
Add limit to getting scores, remember how many scores were returned, handle empty score returning
|
4 years ago |
Tom Tsagk
|
135b044e60
Remove testing code
|
4 years ago |
Tom Tsagk
|
ec9eeb8e53
Allow gamejolt's `fetch` function to get `better_than` and `worse_than` scores
|
4 years ago |
Tom Tsagk
|
ccf869746c
Add ability to draw text with `string3d`
|
4 years ago |
Tom Tsagk
|
6679d62b0a
Add callbacks to the gamejolt score calls, also the requests are now made in the background using threads
|
4 years ago |
Tom Tsagk
|
456489ddfc
Add ability to fetch multiple scores and save them
|
4 years ago |
Tom Tsagk
|
036372b3da
Add experimental json parser, to aid when parsing http responses
|
4 years ago |