Luna
58a4eab9c5
Add utility to easily put installers into prod
7 years ago
Luna
f695de348e
Add UNTESTED export all script
7 years ago
Luna
d27d3f5f68
Add universal export script
7 years ago
Luna
3a6298ab37
Rename export presets to reasonable CLI names
7 years ago
Luna
011084a197
Fix typo in project name
7 years ago
Luna
c5a3548079
Update installer to have necessary resources
7 years ago
Luna
005d2cc1f8
Increment version number to 0.0.1
7 years ago
Luna
0a64d1743a
Merge branch 'master' into feature-internal-update
7 years ago
Luna
f2b354caa9
Fix update failing when IPv6 available
Use a new subdomain ipv4.cosinegaming.com, which contains the same IP
but only IPv4, so that godot will not try to use IPv6, which it cannot
do (it fails Error #2 ).
See https://github.com/godotengine/godot/issues/18275 for details on
that godot bug.
7 years ago
Luna
149f081f84
Center menu
7 years ago
Luna
4b5e2a18ce
Add open-external-editor *module* to .gitignore
Because the setting to enable it is in the project.godot, there's no way
to keep that out of source control, but there is a way to keep this out
so here it is.
7 years ago
Luna
9466fd9ea0
Add asset lib "open-external-editor"
I want to compare this to the default ability
7 years ago
Luna
47cf538a96
Rename switch_charge to charge (reflecting usage)
7 years ago
Luna
6337bbac1b
[Hero 1] Gain charge from being seen; add wall cost
If a player looks at you or a wall you built, you gain charge, and steal
it from them!
Then, building walls now costs 15 charge.
7 years ago
Luna
65452ced08
Improve build_charge for neg values; use that
7 years ago
Luna
8361684b06
Fix improper merge
7 years ago
Luna
db77d33cb7
Merge branch 'master' of github.com:CosineGaming/nv-moba
7 years ago
Luna
5c5b76f628
Merge branch 'feature-refactor-lobby'
7 years ago
Luna
db35fdc6f6
Hide ready button on singeplayer lobby
I think this makes us all set for merge to master!
7 years ago
Luna
33a6de2c06
Start skirmish server automatically
7 years ago
Luna
8dcd9093f1
Move variables around for more readability on player
7 years ago
Luna
15fbb8a9f8
Remove extraneous commented out lines of code
7 years ago
Luna
5693bcdab0
Organize public and private methods within networking
7 years ago
Luna
26441b49e5
Fix quit not quitting on arguments
7 years ago
Luna
851014b219
Use global server ip for reconnect
7 years ago
Luna
2588ba8a29
Merge branch 'feature-refactor-lobby' into sync
7 years ago
Luna
725b616657
Fix player's color not getting set
7 years ago
Luna
3f8e61d764
[Hero 5] Fix incorrect de facto teleport cost
7 years ago
Luna
85f6fd897b
Make hero description bigger on lobby
7 years ago
Luna
8462031d55
Fix spawning infinite players on start
Infinite loop in start_game caused by set_info setting the wrong peer's
info. Making the RPC more explicit about who we're setting resolves
this.
7 years ago
Luna
39544768f2
Fix non-blocking errors that clutter console
7 years ago
Luna
088e18b03c
Assign is_right_team correctly
7 years ago
Luna
58b2fdf39f
Fix peers not properly sharing other peer's info
7 years ago
Luna
fd7b1b9c5e
Add back buttons to all submenus
7 years ago
Luna
345ca3d6fe
Fix joining late!
7 years ago
Luna
a3036de2bb
Add "ready" feature
7 years ago
Luna
996e4e24cc
[WIP] Add back matchmaking!
One problem remains: start_game behaves the same whether a game has
started or not.
7 years ago
Luna
054b240c4f
Fix spectating mode by making it a player_info
7 years ago
Luna
7b12180695
[WIP] Add matchmaking
7 years ago
Luna
257346db5a
Add singleplayer functionality; fix -hero arg
7 years ago
Luna
2d93fd4d1e
Begin players properly
7 years ago
Luna
dc095e66fc
Add level select functionality; remove dead code
7 years ago
Luna
5ca1fe9a9d
Fix -server and -client flags
7 years ago
Luna
6524455822
Properly networking `players`, render player list
7 years ago
Luna
10d760bbf4
Fix server not playing when not spectating
7 years ago
Luna
1868d03be0
[WIP] Add spectator button
7 years ago
Luna
a2dabbc37a
[WIP] Figure out how the hell I'm gonna do this
7 years ago
Luna
5ffb754185
Make start_game work for the first time!
7 years ago
Luna
8d7e4e2352
Move level select to lobby, [WIP] fix start_game
7 years ago
Luna
f06eca96f9
Fix errors from lobby (not bugs / functionality)
7 years ago