Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor epasswd stuff #922

Open
wants to merge 55 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
eed5d81
Merge branch 'master' of github.com:eressea/server
ennorehling Aug 3, 2020
2276a2f
fix NOTLOST items lost in battle
stm2 Sep 12, 2018
12ce088
fix tests for parsing single-letter keywords.
ennorehling Jun 16, 2020
b780bf9
remove legacy filereader code
ennorehling Jun 7, 2020
140eebc
Bug 2670 trim   and others from strings.
ennorehling Jun 7, 2020
2286c8d
bug 2673 ignore commands that have fewer than 2 characters.
ennorehling Jun 15, 2020
98c7b2e
update default version number
ennorehling Jun 15, 2020
0032486
install lunitx only once
ennorehling Jun 26, 2020
f3859be
Durch GIB "leer" gewordene Schiffe können nicht sinken.
ennorehling Jun 27, 2020
2a2c731
bug 2674 send message to player, not monsters
ennorehling Jun 27, 2020
13ed69e
bug 2674 fix null-ptr deref
ennorehling Jun 27, 2020
f726176
Lighthouse shows roads in both CR and NR.
ennorehling Jun 27, 2020
08becab
accept some selected changes from stm2's script rewrite.
ennorehling Jun 27, 2020
5a2dc76
delete obsolete scripts, shellcheck the rest
ennorehling Jun 27, 2020
6e3aef4
make coverity understand that there is no buffer overflow here.
ennorehling Jun 27, 2020
513cb40
stop showing unhandled keycodes in status
ennorehling Jun 27, 2020
672a22e
bug 2678: fix trade_needs_castle
ennorehling Jul 4, 2020
5cc9ce6
Bug 2679: Nur Bergwächter bewachen Eisen.
ennorehling Jul 5, 2020
e1a65a8
Bug 2680: shapeshift spell cannot be cast twice.
ennorehling Jul 7, 2020
34e842a
empty convoys cannot be built on.
ennorehling Jul 12, 2020
78f0b28
Bug 2683: fix buildings with size 0
ennorehling Jul 16, 2020
b73d1bc
Bug 2668 Spruchstärke Ritual der Aufnahme
ennorehling Jul 16, 2020
2a093ba
make it impossible to create buildings with size 0
ennorehling Jul 17, 2020
590daf2
fake wormhole in test had negative size
ennorehling Jul 17, 2020
df134e9
Allow alternative names for some spells.
ennorehling Jul 17, 2020
08a4a80
Finish spell renaming, remove wdw leftovers.
ennorehling Jul 18, 2020
31e8df2
Alle Startregionen sind Wälder mit festen Werten.
ennorehling Jul 19, 2020
0fca728
Bug 2684 Astraler Blick
ennorehling Jul 25, 2020
a4837c9
New message for spells that cannot be cast in astral space.
ennorehling Jul 26, 2020
f90e4f5
bug 2684: update sp_showastral and sp_viewreality.
ennorehling Jul 26, 2020
6df7bb2
Bug 2685: magic resistance goblins and insects
ennorehling Jul 26, 2020
27653a4
fix parser crash from turn 1179
ennorehling Jul 26, 2020
ad96016
test for new parser behavior.
ennorehling Jul 26, 2020
ac3060e
bug 2660 delayed canibalism
ennorehling Jul 26, 2020
5615dda
small bug: argument is not const.
ennorehling Jul 26, 2020
df036d8
Bug 2621: Fehlermeldung bei fehlender Anzahl
ennorehling Jul 26, 2020
c0babd4
report 2682: simplify tree growth
ennorehling Jul 29, 2020
a5f457a
tree growth is rounded up.
ennorehling Jul 30, 2020
83ecf39
spotting monsters from lighthouses
ennorehling Aug 4, 2020
dff0364
quick performance improvement for scale_number
ennorehling Aug 4, 2020
5cdabd3
update test for lighthouse visibility
ennorehling Aug 4, 2020
e426da7
Merge pull request #921 from eressea/bug-2688
ennorehling Aug 4, 2020
05f60f5
Merge branch 'develop' of github.com:eressea/server into develop
ennorehling Aug 4, 2020
9999847
Lighthouse: only show large swimming units (more than 10 weight).
ennorehling Aug 5, 2020
4b96046
Reduce weight limit, lighthouses also show all dragons.
ennorehling Aug 5, 2020
aeca118
https://bugs.eressea.de/view.php?id=2689
ennorehling Aug 6, 2020
7251ef5
https://bugs.eressea.de/view.php?id=2658
ennorehling Aug 7, 2020
52a875d
https://bugs.eressea.de/view.php?id=2629
ennorehling Aug 7, 2020
8165673
https://bugs.eressea.de/view.php?id=2676
ennorehling Aug 8, 2020
7f148dc
https://bugs.eressea.de/view.php?id=2638
ennorehling Aug 8, 2020
a618b58
https://bugs.eressea.de/view.php?id=2572
ennorehling Aug 8, 2020
ad4cb9b
Parser fallback to latin1 when detecting invalid utf-8
ennorehling Aug 9, 2020
31c1b07
git pull with rebase
ennorehling Aug 10, 2020
ca5cdd1
refactor epasswd stuff
apexo Aug 10, 2020
f0c1eaf
b/f
apexo Aug 10, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
install lunitx only once
ennorehling committed Aug 3, 2020
commit 00324868d04d84ce6efe477277bcac992e2c0509
1 change: 0 additions & 1 deletion s/cmake-init
Original file line number Diff line number Diff line change
@@ -127,7 +127,6 @@ TOLUA
else
echo "tolua is $path"
fi
luarocks --local install lunitx
unset path

set -e