Search found 1352 matches

by Bjørn
27 Jun 2025, 07:41
Forum: Contributing & Testing
Topic: How to push to GIT repository.
Replies: 10
Views: 1421

Re: How to push to GIT repository.

Well, you did it at least! I don't know why that URL wasn't working for you, but you opened a merge request at https://git.themanaworld.org/tmw/tmwa/-/merge_requests/308 and I've left a bit of feedback. Git is definitely not known for its smooth learning curve. I didn't stick with it either when I f...
by Bjørn
25 Jun 2025, 15:25
Forum: Contributing & Testing
Topic: How to push to GIT repository.
Replies: 10
Views: 1421

Re: How to push to GIT repository.

Maybe this URL could help: https://git.themanaworld.org/tmw/tmwa/- ... quests/new ===> 404, not found. Did you manually copy/paste the text, in which the URL was shortened using "...", rather than just clicking the link? The URL I linked to was: https://git.themanaworld.org/tmw/tmwa/-/mer...
by Bjørn
24 Jun 2025, 08:40
Forum: Contributing & Testing
Topic: How to push to GIT repository.
Replies: 10
Views: 1421

Re: How to push to GIT repository.

I see you have opened a merge request (https://git.themanaworld.org/quietlyquietly/tmw-athena-qq/-/merge_requests/1), but it is requesting a merge from qq001 to master within your own fork . This isn't what you want. Instead, you need to open the merge request from your qq001 branch to the master br...
by Bjørn
22 Jun 2025, 18:49
Forum: Contributing & Testing
Topic: How to push to GIT repository.
Replies: 10
Views: 1421

Re: How to push to GIT repository.

Your fork does not currently have your new branch (see https://git.themanaworld.org/quietlyquietly/tmw-athena-qq/-/branches). To push your local qq001 branch to your fork, first make sure you have your fork added as a remote to push to. In your local repo, do: git remote add qq https://git.themanawo...
by Bjørn
18 Jun 2025, 09:12
Forum: General Development
Topic: Renaming TMW Classic
Replies: 12
Views: 24220

Re: Renaming TMW Classic

I think we need to decide whether to rename this group to "tmw" or whether to move the related repositories into the existing "themanaworld" group (which I would prefer since it should be less confusing). I've decided in the end to do the following renamings on GitLab: themanawo...
by Bjørn
08 Jun 2025, 09:48
Forum: General Development
Topic: Git registration
Replies: 0
Views: 815

Git registration

Due to spam accounts being created, registration has been entirely disabled. If you need an account or our GitLab, please get in touch on IRC or Discord so an admin can create one for you. What we need to set up your account: Display name Username Email address You can set the password yourself, aft...
by Bjørn
07 Jun 2025, 15:55
Forum: Support & Bug reports
Topic: variables go away
Replies: 11
Views: 2189

Re: variables go away

Yea, GIT login says that I have to get someone to get me a GIT account. You can email me at bjorn@lindeijer.nl (or send forum PM) and I can create the account for you. I think all I need is your email and what you'd like to use as username. You know the original author is going to have a fit if we ...
by Bjørn
06 Jun 2025, 14:20
Forum: Support & Bug reports
Topic: variables go away
Replies: 11
Views: 2189

Re: variables go away

In general you'll find that indeed the scripting implementation as well as the implementation of many functions is quite far from being perfect. Generally, people who are writing scripts rely on testing whether everything works, also by somebody else, to avoid putting broken things live. For sure so...
by Bjørn
03 Jun 2025, 19:18
Forum: Support & Bug reports
Topic: variables go away
Replies: 11
Views: 2189

Re: variables go away

Your analysis seems to be exactly right. The run_script_l function which is called indirectly from for example npc_scriptcont always creates a new ScriptState st on the stack, which will not have any local variables set. If we want such variables to stay available, they'd need to be stored somewhere...
by Bjørn
03 Jun 2025, 18:38
Forum: Support & Bug reports
Topic: Bug in script function cleararray, tmwAthena server code
Replies: 7
Views: 1328

Re: Bug in script function cleararray, tmwAthena server code

I do not use GIT for anything else and really did not want to have to adopt the GIT way of doing everything too. I think it would pay off to learn more about git, at least enough to contribute patches. Did you ever contribute to another project and if so, how did you do it? Are you familiar with ot...
by Bjørn
28 May 2025, 12:04
Forum: Support & Bug reports
Topic: Bug in script function cleararray, tmwAthena server code
Replies: 7
Views: 1328

Re: Bug in script function cleararray, tmwAthena server code

The docs given to me were for eAthena, as that was the best available, and they mention array limit of 127 values. Ah, since tmwAthena forked from eAthena a lot of functions were removed and a lot of others added. Maybe the following pages are more up to date? https://wiki.themanaworld.org/wiki/Cla...
by Bjørn
28 May 2025, 11:48
Forum: Support & Bug reports
Topic: Bug in script function cleararray, tmwAthena server code
Replies: 7
Views: 1328

Re: Bug in script function cleararray, tmwAthena server code

Good observation! It seems this was broken from the introduction of scope variables in https://git.themanaworld.org/legacy/tmwa/-/commit/98e5e62ef7a04977146fdbfbc3166dad5d082da0. Would you like to submit a merge request for this at https://git.themanaworld.org/legacy/tmwa? Judging by the SIR structu...
by Bjørn
29 Apr 2025, 13:57
Forum: News
Topic: Forum restructure
Replies: 3
Views: 8303

Re: Forum restructure

I'm glad to see a stronger focus on The Mana World for these forums! What still makes these forums a little confusing in my opinion is that we have way too many "announcements" and "pinned" topics. For example in the News section we have 5 announcements and 5 pinned topics, which...
by Bjørn
28 Apr 2025, 10:38
Forum: Client Development
Topic: Easing trade between your own accounts
Replies: 5
Views: 4196

Re: Easing trade between your own accounts

Maybe rather than having this as another relation, we could have two options: Auto-accept trade requests from Friends Auto-agree on trades with Friends I'm personally not sure why we have the step to accept the trade request at all? If you don't want to trade, does it matter whether you close the tr...
by Bjørn
17 Mar 2025, 14:48
Forum: General Development
Topic: Hello joins as TMW Developer
Replies: 2
Views: 20657

Hello joins as TMW Developer

It's my pleasure to announce Hello is now recognized for his role as developer on The Mana World! In addition to his existing role as Game Master, Hello has shown persistent dedication towards improving The Mana World in various aspects, mostly researching possible content additions of which some ha...