index
:
ajnobaka/tmwa
master
DEPRECATED: The server running The Mana World Legacy. All new projects should use Hercules instead. See the "evol-hercules" repo.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-04
Very basic python3 support
Freeyorp
10
-9
/
+15
2024-05-31
Change char_conf.max_connect_user back to signed integer
Thorbjørn Lindeijer
1
-1
/
+1
2024-05-17
Mages Quality Of Life, part 2:
Hello=)
1
-2
/
+2
2024-05-15
bugfix for previous commit. Need to wrap MobMode in bool()
asuratva
1
-1
/
+1
2024-05-15
fix issummon function signature. Thanks @HoraK-FDF for catching the typo.
asuratva
1
-1
/
+1
2024-05-15
updated itenplz fix to use mob flag instead of string comparison. More effici...
asuratva
1
-2
/
+2
2024-05-15
Add function to check for summoned creature in scripts
asuratva
1
-0
/
+18
2024-04-29
npc: formatting
Freeyorp
1
-1
/
+2
2024-04-29
npc_scripcont: consistent return value
Freeyorp
1
-2
/
+2
2024-04-29
npc_destroy: Defer NPC destruction via timer
Freeyorp
4
-12
/
+36
2024-04-29
mob: Avoid dangling else
Freeyorp
1
-0
/
+2
2024-04-22
script-fun: Convert string literals to LString
Freeyorp
1
-83
/
+83
2024-04-22
script_nullpo_end: Change error printf fmt -> arg
Freeyorp
1
-4
/
+4
2024-04-22
Fix warning: 'T& tmwa::Slice<T>::operator[](size_t) is deprecated
Fedja Beader
2
-9
/
+13
2024-04-22
O(48logN) -> O(1logN) + reformat very long lines
Fedja Beader
1
-23
/
+50
2024-04-22
Fix Wformat-zero-length warnings
Fedja Beader
3
-5
/
+0
2024-04-22
Fix -Wformat warnings
Fedja Beader
2
-5
/
+5
2024-04-21
DB/npc_free_internal: Use ancient approach
Freeyorp
2
-7
/
+12
2024-04-21
DB: Maybe fix concurrent modification
Freeyorp
2
-7
/
+7
2024-04-20
getmapmaxx getmapmaxy
HoraK-FDF
1
-0
/
+26
2024-04-20
npc: Deregister events with `ev_db` on free
Freeyorp
1
-0
/
+12
2024-04-12
Add battle_config.max_rate limit (500). GMs cannot go above this
Fedja Beader
2
-28
/
+36
2024-04-10
Add server-wide drop rates modifier
Fedja Beader
3
-3
/
+29
2024-04-10
Split @exprate into @bexprate and @jexprate
Fedja Beader
1
-0
/
+44
2024-04-10
Report (hardcoded) drop rates on same line as base/job exp, reword messages.
Fedja Beader
1
-6
/
+6
2024-03-18
Add CI test stage
Fedja Beader
1
-1
/
+40
2024-03-18
Workaround "Function... not defined in.." (breakpoints not found) (GDB bug)
Fedja Beader
1
-1
/
+14
2024-03-13
Several updates to the README.md
Thorbjørn Lindeijer
1
-50
/
+18
2024-03-08
Add googletest-1.8.1 as a submodule - gtest-1.14 shipped by my distro require...
Fedja Beader
3
-1
/
+10
2024-03-08
Correct issue with GTEST_DIR not being passed properly.
Fedja Beader
1
-2
/
+9
2024-03-06
Restored README.md visibility
Thorbjørn Lindeijer
1
-28
/
+2
2024-02-22
Update test cases for addition of Item Mode field
Fedja Beader
1
-8
/
+10
2024-02-20
Merge branch 'py2CI' into 'master'
Led Mitz
1
-0
/
+52
2024-02-20
Merge branch 'generate-client-code' into 'master'
Led Mitz
1
-5
/
+62
2024-02-20
tools/protocol.py: Added generation of client code
Thorbjørn Lindeijer
1
-5
/
+62
2024-02-13
Enable GitLab CI
Fedja Beader
1
-0
/
+52
2024-02-13
Merge branch 'extra_stat_update_fix' into 'master'
Jesusalva Jesusalva
1
-1
/
+1
2024-02-01
Fix bug whereby stat updates were not sent to client after equipping +1 stat ...
Fedja Beader
1
-1
/
+1
2024-01-31
Transfer something from local/ to live repository so there are less conflicts
Jesusaves
1
-2
/
+2
2023-11-27
Merge branch 'activity_checks' into 'master'
Led Mitz
12
-126
/
+318
2023-11-27
activity checks and status cleanup
HoraK-FDF
12
-126
/
+318
2023-11-12
Merge branch 'submodule_update' into 'master'
Led Mitz
1
-1
/
+1
2023-11-12
Update ProprietaryHub link. git:// was likely waiting indefinetely for user t...
Fedja Beader
1
-1
/
+1
2023-11-08
Merge branch 'matkpot' into 'master'
Led Mitz
1
-5
/
+7
2023-11-08
SC_MATKPOT
HoraK-FDF
1
-5
/
+7
2023-08-28
Merge branch 'magic_delay' into 'master'
Led Mitz
1
-9
/
+9
2023-08-28
Revert magic attack delay to original behaviour
Led Mitz
1
-9
/
+9
2023-08-03
Merge branch 'atk_delays' into 'master'
Led Mitz
9
-44
/
+81
2023-08-03
weapon base attack delay standardization
HoraK-FDF
9
-44
/
+81
2023-06-10
Merge branch 'maxlvl' into 'master'
Led Mitz
1
-16
/
+27
[next]