Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-13 | Several updates to the README.md | Thorbjørn Lindeijer | 1 | -50/+18 | |
It's no longer maintained by o11c since many years now, so an update was long due. Also updated some outdated links. Finally, who can say for sure that The Mana World will never run on Manaserv? | |||||
2024-03-08 | Add googletest-1.8.1 as a submodule - gtest-1.14 shipped by my distro ↵ | Fedja Beader | 3 | -1/+10 | |
requires C++14. | |||||
2024-03-08 | Correct issue with GTEST_DIR not being passed properly. | Fedja Beader | 1 | -2/+9 | |
Note how gcc uses /usr/include/gtest (default search path) as the -I for GTEST_DIR is not on the gcc command line: System-wide gtest is 1.14 and requires C++14 while provided one is 1.8.1. GTEST_DIR="$PWD/deps/googletest/googletest" ./configure --user make[1]: Leaving directory '/data/users/tmwa/proj/tmw/classic/tmwa' find: ‘doc-gen/’: No such file or directory g++ -std=c++0x -I . -I ./include -DGENERATING_DEPENDENCIES -O2 -g -fstack-protector -fno-strict-aliasing -fvisibility=hidden -fvisibility=hidden -MG -MM \ -MT 'ast/item_test := ' \ -MF obj/ast/item_test.d src/ast/item_test.cpp In file included from /usr/include/gtest/gtest-message.h:57, from /usr/include/gtest/gtest-assertion-result.h:46, from /usr/include/gtest/gtest.h:64, from src/ast/item_test.cpp:21: /usr/include/gtest/internal/gtest-port.h:270:2: error: #error C++ versions less than C++14 are not supported. 270 | #error C++ versions less than C++14 are not supported. | ^~~~~ Makefile:331: obj/ast/item_test.d: No such file or directory | |||||
2024-03-06 | Restored README.md visibility | Thorbjørn Lindeijer | 1 | -28/+2 | |
* Removed the <details> tag used to hide the main contents. * Removed deprecation notice, since we're still running this server and will need to maintain it until it has been replaced. * Deleted the section about tmwa-monitor, since the tool is not just deprecated but actually was deleted in 53a91a3fbf0929a99abcdfea23126f978c3ce71a. This partly reverts da50c517000391c83305ff704e3059c900f28d5b. | |||||
2024-02-22 | Update test cases for addition of Item Mode field | Fedja Beader | 1 | -8/+10 | |
See "Item Mode" commit from Apr 3 2023 | |||||
2024-02-20 | Merge branch 'py2CI' into 'master' | Led Mitz | 1 | -0/+52 | |
Enable GitLab CI See merge request legacy/tmwa!259 | |||||
2024-02-20 | Merge branch 'generate-client-code' into 'master' | Led Mitz | 1 | -5/+62 | |
tools/protocol.py: Added generation of client code See merge request legacy/tmwa!258 | |||||
2024-02-20 | tools/protocol.py: Added generation of client code | Thorbjørn Lindeijer | 1 | -5/+62 | |
This helps with keeping the protocol in the Mana client up to date. **** | |||||
2024-02-13 | Enable GitLab CI | Fedja Beader | 1 | -0/+52 | |
+Add meway's Ubuntu +Add python -> python2 symlink +Separate python/python2 into INSTALL_PACKAGES | |||||
2024-02-13 | Merge branch 'extra_stat_update_fix' into 'master' | Jesusalva Jesusalva | 1 | -1/+1 | |
Fix bug whereby stat updates were not sent to client after equipping +1 stat... See merge request legacy/tmwa!257 | |||||
2024-02-01 | Fix bug whereby stat updates were not sent to client after equipping +1 stat ↵ | Fedja Beader | 1 | -1/+1 | |
pt item when base stat is 1. What is funnier is that it sent updates for all other 5 (unchanged stats). Example, amethyst ring +1 dex: Sending update for stat 0: saved: 0+1, new: 0+0 (str?) Sending update for stat 1: saved: 0+1, new: 0+0 (agi?) Sending update for stat 2: saved: 0+1, new: 0+0 (vit?) Sending update for stat 3: saved: 0+1, new: 0+0 (int?) Sending update for stat 5: saved: 0+1, new: 0+0 (luk?) | |||||
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 | |
activity checks and status cleanup See merge request legacy/tmwa!252 | |||||
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 | |
Update ProprietaryHub link. git:// was likely waiting indefinetely for user to login. See merge request legacy/tmwa!253 | |||||
2023-11-12 | Update ProprietaryHub link. git:// was likely waiting indefinetely for user ↵ | Fedja Beader | 1 | -1/+1 | |
to login. | |||||
2023-11-08 | Merge branch 'matkpot' into 'master' | Led Mitz | 1 | -5/+7 | |
SC_MATKPOT See merge request legacy/tmwa!251 | |||||
2023-11-08 | SC_MATKPOT | HoraK-FDF | 1 | -5/+7 | |
2023-08-28 | Merge branch 'magic_delay' into 'master' | Led Mitz | 1 | -9/+9 | |
Revert magic attack delay to original behaviour See merge request legacy/tmwa!250 | |||||
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 | |
weapon base attack delay standardization See merge request legacy/tmwa!249 | |||||
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 | |
Backport Maxlvl See merge request legacy/tmwa!248 | |||||
2023-06-10 | Backport Maxlvl | HoraK-FDF | 1 | -16/+27 | |
2023-04-17 | Merge branch 'sc_cooldown_upmarmu' into 'master' | Led Mitz | 3 | -0/+4 | |
SC_COOLDOWN_UPMARMU See merge request legacy/tmwa!247 | |||||
2023-04-04 | SC_COOLDOWN_UPMARMU | HoraK-FDF | 3 | -0/+4 | |
2023-04-03 | Merge branch 'item_mode' into 'master' | Led Mitz | 9 | -1/+47 | |
Item mode See merge request legacy/tmwa!246 | |||||
2023-04-03 | Item mode | HoraK-FDF | 9 | -1/+47 | |
2023-02-09 | Merge branch 'bonus' into 'master' | Jesusalva Jesusalva | 5 | -126/+190 | |
bAllStats, bAgiVit, bAgiDexStr, bDeadlyStrikeRate, bDeadlyStrikeAddRate See merge request legacy/tmwa!245 | |||||
2023-02-09 | bAllStats, bAgiVit, bAgiDexStr, bDeadlyStrikeRate, bDeadlyStrikeAddRate | HoraK-FDF | 5 | -126/+190 | |
2023-01-22 | Merge branch 'bonus' into 'master' | Jesusalva Jesusalva | 3 | -1/+15 | |
bSpeedCap See merge request legacy/tmwa!244 | |||||
2023-01-22 | bSpeedCap | HoraK-FDF | 3 | -1/+15 | |
2023-01-06 | Make clear we do NOT accept AGPL contributions. | Jesusalva Jesusalva | 1 | -0/+1 | |
2022-12-23 | mesn was missing, but now the three minimum functions are here! | Jesusaves | 1 | -0/+18 | |
2022-12-22 | Fix a typo | Jesusaves | 1 | -0/+1 | |
2022-12-22 | Merge branch 'mobs_and_drops' into 'master' | Jesusalva Jesusalva | 7 | -49/+98 | |
mobs critical_def + 10 drops + storage 500 See merge request legacy/tmwa!242 | |||||
2022-12-16 | mobs critical_def + 10 drops + storage 500 | HoraK-FDF | 7 | -49/+98 | |
2022-12-15 | Merge branch 'hello-chat-exploit-securityfix' into 'master' | Jesusalva Jesusalva | 1 | -0/+11 | |
Hello=). Someone said its up to GMs to deal with users exploiting their servers. See merge request legacy/tmwa!241 | |||||
2022-12-15 | Hello=). Someone said its up to GMs to deal with users exploiting their servers. | Hello TMW | 1 | -0/+11 | |
2022-12-15 | Merge branch 'bonus' into 'master' | Jesusalva Jesusalva | 7 | -227/+479 | |
item bonus and showexprate See merge request legacy/tmwa!240 | |||||
2022-12-15 | item bonus and showexprate | HoraK-FDF | 7 | -227/+479 | |
2022-12-08 | Merge branch 'equipment_stats' into 'master' | HoraK-FDF | 2 | -0/+25 | |
Equipment stats See merge request legacy/tmwa!238 | |||||
2022-12-08 | Equipment stats | HoraK-FDF | 2 | -0/+25 | |
2022-12-08 | Introduce mesq() for compatibility with Evol2 | Jesusaves | 1 | -0/+15 | |
2022-12-08 | Add l() function for compatibility with Evol2 scripts | Jesusaves | 1 | -0/+14 | |
2022-11-19 | Oh dear, TMWA is stupid. | Jesusaves | 0 | -0/+0 | |
2022-11-19 | Merge branch 'summon_fix' into 'master' | Jesusalva Jesusalva | 1 | -1/+1 | |
summon fix See merge request legacy/tmwa!239 | |||||
2022-11-19 | summon fix | HoraK-FDF | 1 | -1/+1 | |
2022-11-17 | Keep getusers(0) disabled | Jesusaves | 1 | -1/+3 | |
2022-11-17 | Merge branch 'mobinfo' into 'master' | Jesusalva Jesusalva | 10 | -55/+721 | |
Mobinfo See merge request legacy/tmwa!237 |