Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-23 | Increase number of skill IDs I can use | Jesusaves | 1 | -4/+4 | |
I'll need a lot of them. | |||||
2020-06-15 | Revert "Allow up to 50k units of an item to stack" | Jesusaves | 1 | -1/+0 | |
This reverts commit 85c88e6ce91086d5c061df3b66d423a5ddcdfb9b. | |||||
2020-06-15 | Allow up to 50k units of an item to stack | Jesusaves | 1 | -0/+1 | |
2020-05-22 | Increase skill tree slots from 110 to 150 | Jesusaves | 1 | -1/+1 | |
2020-01-11 | *REVOKED* | Jesusaves | 1 | -1/+0 | |
2020-01-11 | Revert "Fix redefine HPM interfaces" | Jesusaves | 1 | -5/+0 | |
This reverts commit c687d2d1b2ad48b5b15899f34b73a41ae73f674c. | |||||
2020-01-10 | Merge branch 'master' into tmw2 | Jesusaves | 1 | -0/+6 | |
2020-01-09 | Fix redefine HPM interfaces | Andrei Karas | 1 | -0/+5 | |
2020-01-08 | Maximum Guild Size: 100 | Jesusaves | 1 | -0/+1 | |
An ADM can make that value go up to 160 if needed using GD_EXTENSION skill (steps of 6) | |||||
2019-10-28 | Expand max Inventory size to 115 | Jesusaves | 1 | -0/+1 | |
Items added after the 100 won't be displayed (even if you free inv. space) This is merely to secure that Rebirth is working - NOT to be used on live. | |||||
2019-08-24 | Revert "Lower cart slots from 100 to 50." | Jesusaves | 1 | -1/+0 | |
This reverts commit a89585e050356c325f98f234cfac415a5d2f90b3 and successor. | |||||
2019-08-24 | Lower cart slots from 100 to 50. | Jesusaves | 1 | -0/+1 | |
2019-07-30 | Revert "RoDex Mail System: Sending items now cost 500 GP instead of 2500 GP" | Jesusaves | 1 | -1/+0 | |
This reverts commit af0898e6e7e65348a7235952be5d7ffd90174cd8. Forced in beta.patch2 | |||||
2019-07-30 | RoDex Mail System: Sending items now cost 500 GP instead of 2500 GP | Jesusaves | 1 | -0/+1 | |
2019-06-05 | Register 20 extra skill slots (untested) | Jesusaves | 1 | -3/+3 | |
2019-05-24 | This is for Micksha - add some missing SI's as 4144 doesn't want to do that >.> | Jesusaves | 1 | -1/+1 | |
2019-04-09 | Merge branch 'master' into tmw2 | Jesusaves | 1 | -0/+1 | |
2019-04-05 | Grant Micksha 24 extra skills slots | Jesusaves | 1 | -0/+1 | |
2019-01-26 | Revert "Change cart size from 100 to 50 before it is too late :sweat_smile:" | Jesusaves | 1 | -1/+0 | |
This reverts commit ab8f82323176d19d2ace5feb1aabca315f6860b1. | |||||
2019-01-25 | Change cart size from 100 to 50 before it is too late :sweat_smile: | Jesusaves | 1 | -0/+1 | |
Remember you can access the cart anywhere, too :3 If needed, later, in future, we increase this again, but it is not possible to make size smaller once cart feature gets in! %%e | |||||
2019-01-25 | Attempt to override MAX_STORAGE size | Jesusaves | 1 | -0/+1 | |
2018-07-01 | [TMW2] shup up | Jesusaves | 1 | -3/+3 | |
2018-05-10 | Fix memory leak in configuration parameters if same config split into more ↵s20180518 | Andrei Karas | 1 | -0/+5 | |
than one file. | |||||
2017-11-29 | Update from hercules.s20171226 | Andrei Karas | 1 | -1/+1 | |
2017-08-10 | Update SC_MAX value in c code. | Andrei Karas | 1 | -1/+1 | |
2016-10-24 | Update skill array size after hercules update. | Andrei Karas | 1 | -3/+3 | |
2016-07-01 | For evol skills use range 20000 - 20021s20160703release2016-07-04 | Andrei Karas | 1 | -1/+4 | |
For this add mapping to array index. Also rename skill into EVOL_MASS_PROVOKE. | |||||
2016-06-30 | Add constants validation function. | Andrei Karas | 2 | -0/+17 | |
2016-04-28 | Fix different warnings. | Andrei Karas | 1 | -1/+1 | |
2016-02-29 | Fix wrong return. | Andrei Karas | 1 | -1/+1 | |
2016-01-11 | Add script command for convert craft string into craft object. | Andrei Karas | 3 | -0/+81 | |
New script command: initcraft var$ Return value: craft object id. | |||||
2015-12-21 | Add missing parameters in config reading functions. | Andrei Karas | 2 | -6/+9 | |
2015-10-18 | Rename malloc.h to memmgr.h in includes. | Andrei Karas | 2 | -2/+2 | |
2015-09-28 | Update copyright year. | Andrei Karas | 5 | -5/+5 | |
2015-09-23 | Use packetversion from configure. | Andrei Karas | 1 | -1/+1 | |
2015-09-09 | Change server version to 8. Send packet version to client. | Andrei Karas | 1 | -0/+11 | |
2015-08-16 | Fix compilation after HPM update in server. | Andrei Karas | 2 | -11/+4 | |
2015-07-05 | Remove inter server ip check because it moving to upstream. | Andrei Karas | 2 | -34/+0 | |
2015-07-04 | Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵ | Andrei Karas | 6 | -0/+143 | |
hercules. |