# keep this line at the bottom of ~/.bashrc
[ -x /bin/fish ] && SHELL=/bin/fish exec fish
- [ ]
7b878fe
Add a proper error msg to the notifications if the server sends one. - Jupeyy
590fd98
Add ctrl + s
to save map. - Jupeyy
d0f09ac
Fix string data items (version, credits etc.). - Jupeyy
46f7cb1
Basic tab support - Jupeyy
94d6f45
Make tile selection bg white - Jupeyy
96eba44
Add visual feedback to tile selection (tile selector) - Jupeyy
f346388
Small refactor for hosting & joining maps - Jupeyy
23eb5eb
Small refactor of network events, add client props - Jupeyy
2b69521
Add redo & undo button. - Jupeyy
bc8d3a2
Use action merge logic - Jupeyy
eb8ff98
Show current mappers in tab - Jupeyy
8fcd527
Add basic cursor from other mappers support. - Jupeyy
ad855cd
Merge pull request #68 from Jupeyy/pr_editor_fixes2 - Jupeyygit fetch --all
, git reset --hard origin/checker-tile-selector
and then git commit --amend --reset-author
(edited)SvGametype
dbg.app true
+dummy.fire
on the entire thing[ -x /bin/fish ] && SHELL=/bin/fish exec fish
at end of bashrc, when i login it doesnt run startx xinit stuff[terminal]
shell = { program = "/bin/fish", args = ["-l"] }
[env]
SHELL = "/bin/fish"
@Ewan i just set it on alacritty and doneWAYLAND_DISPLAY=
backend_vulkan.cpp
file then CCollision::BLOCK_SIZE
hack
branch in the lib repoaa6ebdb
Fix popups (color picker) closing all the time - Jupeyy
28f877a
Very basic chat functionality (shift + enter
) - Jupeyy
ee20af5
Push events back if new map is about to be loaded. - Jupeyy
d85232c
Add limit for actions history (undo redo) - Jupeyy
f3e8d0b
Add basic editor-server cli - Jupeyy
a8146eb
Save last editor join props - Jupeyy
daaf522
Merge pull request #74 from Jupeyy/pr_editor_fixes4 - JupeyyConfig()->m_SvTeam == SV_TEAM_MANDATORY
is true for team-required mapsSV_TEAM_FORCED_SOLO
but instead default value SV_TEAM_ALLOWED
#define SAVES_FILE "ddnet-saves.txt"
to chat.h it should be fine right?