Age | Commit message (Expand) | Author | Files | Lines |
2024-06-05 | real.make: Allow generated files not in conf-raw | Freeyorp | 1 | -1/+4 |
2024-06-05 | real.make: Split dependency sanitization step | Freeyorp | 1 | -4/+12 |
2024-06-05 | real.make: Document dependency sanitization step | Freeyorp | 1 | -1/+32 |
2024-06-05 | Fix up .d generation for generated files | Freeyorp | 1 | -0/+8 |
2024-06-05 | .gitignore: Add newly generated files | Freeyorp | 1 | -0/+2 |
2024-06-05 | version.mk: Always generate version.hpp | Freeyorp | 2 | -2/+8 |
2024-06-05 | version.mk: make version target PHONY | Freeyorp | 1 | -0/+1 |
2024-06-05 | Generate {install,version}.hpp through attoconf | Freeyorp | 5 | -5/+31 |
2024-06-05 | VENDOR_SOURCE: github.com -> git.themanaworld.org | Freeyorp | 2 | -2/+2 |
2024-06-05 | cmake: Fix out of tree build | Freeyorp | 3 | -72/+6 |
2024-06-05 | CMake: Make the build work the first time | Thorbjørn Lindeijer | 1 | -17/+14 |
2024-06-05 | CMake: Simplified VERSION_DOTS and match version.mk SO version | Thorbjørn Lindeijer | 1 | -2/+5 |
2024-06-05 | CMake: Generate the install.hpp and version.hpp files | Thorbjørn Lindeijer | 3 | -4/+121 |
2024-06-05 | Forgot to add 'generate' as dependency to login/char binary now | Thorbjørn Lindeijer | 1 | -2/+2 |
2024-06-05 | Fixed tmwa-map linker errors and made tmwa-login and tmwa-char compile | Thorbjørn Lindeijer | 1 | -6/+25 |
2024-06-04 | WIP: Add CMake based toolchain | Freeyorp | 1 | -0/+102 |
2024-06-04 | Rename .make to .mk | Freeyorp | 6 | -10/+10 |
2024-06-04 | real.make: Use C++11 | Freeyorp | 1 | -2/+2 |
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 |