today's CVS
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
-
- Site Admin
- Posts: 1310
- Joined: Thu May 14, 2020 1:34 pm
today's CVS
I d-clicked on Harna's (Monitor's healer) crystalball and I got a CAN'T GET THERE message.
I then used hackmover to put the crystalball on the floor and when I then d-clicked on it, the avatar HAD to walk to the ball to see in it.
In the original, you wouldn't have to walk to it.
Artaxerxes
I then used hackmover to put the crystalball on the floor and when I then d-clicked on it, the avatar HAD to walk to the ball to see in it.
In the original, you wouldn't have to walk to it.
Artaxerxes
-
- Posts: 135
- Joined: Thu May 14, 2020 1:34 pm
Re: today's CVS
Well, maybe the Avatar has short-stubby arms? Or maybe the crystal ball is really dirty.
Plus, I don't think you can work the crystal ball until after Cantra disappears.
Plus, I don't think you can work the crystal ball until after Cantra disappears.
Re: today's CVS
You can always use the crystal ball, but it shows a starfield when there's nothing else to show.
-
- Site Admin
- Posts: 1310
- Joined: Thu May 14, 2020 1:34 pm
Re: today's CVS
I think you guys don't get it...
I _CANNOT_ d-click on the crystal ball AT ALL unless I hackmove it elsewhere than on the table.
I just tried with another item that was on a table (a little hammer) to hit a parrot with it and same stuff happened. The avatar cannot use an item than it put on a table as it tries to go grab it first.
Artaxerxes
I _CANNOT_ d-click on the crystal ball AT ALL unless I hackmove it elsewhere than on the table.
I just tried with another item that was on a table (a little hammer) to hit a parrot with it and same stuff happened. The avatar cannot use an item than it put on a table as it tries to go grab it first.
Artaxerxes
Re: today's CVS
yeah, I can confirm that!
EDIT:
And I made a bug report to the tracker. Jeff changed some of this stuff the last two days. Thanks for the report
EDIT:
And I made a bug report to the tracker. Jeff changed some of this stuff the last two days. Thanks for the report
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
-
- Posts: 219
- Joined: Thu May 14, 2020 1:34 pm
Re: today's CVS
Ok, everyone just hold onto your panties and don't get them in a bunch...
-
- Posts: 135
- Joined: Thu May 14, 2020 1:34 pm
Re: today's CVS
... too late.
Aiieeeee!
*runs into a corner.*
Aiieeeee!
*runs into a corner.*
Re: today's CVS
Artaxerxes: I was just replying to Snowy
-
- Site Admin
- Posts: 1310
- Joined: Thu May 14, 2020 1:34 pm
Re: today's CVS
my apologies Willem.
Artaxerxes
Artaxerxes
-
- Site Admin
- Posts: 1310
- Joined: Thu May 14, 2020 1:34 pm
Re: today's CVS
another question:
is it possible to run exult in the framebuffer ?
The reason why is that I don't need exult_studio and the zaurus doesn't run X. It runs a framebuffer instead.
thx
Artaxerxes
is it possible to run exult in the framebuffer ?
The reason why is that I don't need exult_studio and the zaurus doesn't run X. It runs a framebuffer instead.
thx
Artaxerxes
-
- Posts: 135
- Joined: Thu May 14, 2020 1:34 pm
Re: today's CVS
I don't know if this is related or not... but why does my mouse curor lag in U7 and SI? I've heard that this happens with quite a few people. I'd adjusted the scalers and stuff.. but nothing seems to work.
Aiiieeee!
*runs into a corner from Wjp, Colourless, and DrCode.*
Aiiieeee!
*runs into a corner from Wjp, Colourless, and DrCode.*
-
- Site Admin
- Posts: 1310
- Joined: Thu May 14, 2020 1:34 pm
Re: today's CVS
btw, in the file configure.in
To determine the windowing system, shouldn't it test what's the target, instead of the host ?
Artaxerxes
To determine the windowing system, shouldn't it test what's the target, instead of the host ?
Artaxerxes
Re: today's CVS
The 'host', 'build' and 'target' systems are a bit confusing, but from what I remember:
build = the machine you're building on
host = the machine you're building for
target = only meaningful if you're building a compiler; the compiler you're building will build binaries for the 'target' system. (Although it itself will run on the 'host' system)
build = the machine you're building on
host = the machine you're building for
target = only meaningful if you're building a compiler; the compiler you're building will build binaries for the 'target' system. (Although it itself will run on the 'host' system)
Re: today's CVS
Building for the frame buffer should be possible, and IIRC someone did that some time ago.
The problem you'll probably run into is that most of our #ifdef checks check for XWIN when they should be checking for LINUX (or something similar)
Therefore, you'll need to define XWIN to make sure all the linux-specific code will build, but that will also automatically build any x-specific code, unfortunately
The problem you'll probably run into is that most of our #ifdef checks check for XWIN when they should be checking for LINUX (or something similar)
Therefore, you'll need to define XWIN to make sure all the linux-specific code will build, but that will also automatically build any x-specific code, unfortunately
-
- Site Admin
- Posts: 1310
- Joined: Thu May 14, 2020 1:34 pm
Re: today's CVS
I'm gonna make a few changes to the source code if you don't mind.
If there are good enough (and if I succeed [:-)]), I'll send you the patches.
Artaxerxes
If there are good enough (and if I succeed [:-)]), I'll send you the patches.
Artaxerxes
Re: today's CVS
I think Joseph Morris of IT-HE Software said (on the Mailing List) he played it in framebuffer console.
-
- Site Admin
- Posts: 1310
- Joined: Thu May 14, 2020 1:34 pm
Re: today's CVS
actually framebuffer works. I've just tried using the SVGAlib (SDL must be compiled to support it).
Now my problem is to compile exult so that is just totally drop any X related stuff but keeps all the linux stuff. And, my friend, that's MUCH harder than you think.
I am also poking at the configure file, the makefile.am etc to recognized the host option as being "arm" but to no avail yet. Any hint would be appreciated.
In the mean time, I'll keep searching.
Artaxerxes
Now my problem is to compile exult so that is just totally drop any X related stuff but keeps all the linux stuff. And, my friend, that's MUCH harder than you think.
I am also poking at the configure file, the makefile.am etc to recognized the host option as being "arm" but to no avail yet. Any hint would be appreciated.
In the mean time, I'll keep searching.
Artaxerxes
Re: today's CVS
If you disable ExultStudio support, the only X code should be in the Delay routine. That could fairly easily be changed to not need X. Do we have a prprocessor variable like "HAVE_X"?
-
- Site Admin
- Posts: 1310
- Joined: Thu May 14, 2020 1:34 pm
Re: today's CVS
I haven't seen any
Artaxerxes
Artaxerxes
Re: today's CVS
BTW, the crystal ball bug is fixed.
-
- Site Admin
- Posts: 1310
- Joined: Thu May 14, 2020 1:34 pm
Re: today's CVS
you're perfectly right about that:
$ info autoconf
node: specifying name (manual configuration)
it tells it all.
Artaxerxes
$ info autoconf
node: specifying name (manual configuration)
it tells it all.
Artaxerxes
Re: today's CVS
A separate question: You reported that it's possible to walk on Lava in Exult, but I haven't found a spot where this is possible. Any suggestions where I should look? I've already tried wandering around Furnace.
-
- Site Admin
- Posts: 1310
- Joined: Thu May 14, 2020 1:34 pm
Re: today's CVS
it's actually close to where I tried.
I was in Moonshade, walking back to the mainland thx to the tip Hawk gave me and the key Julia provided.
In this dungeon there is some lava (accessible too by using the serpent jawbone) and I was able to walk on it and to get no damage from it.
I've got a savegame probably around.
I think I was using a recent CVS.
Artaxerxes
I was in Moonshade, walking back to the mainland thx to the tip Hawk gave me and the key Julia provided.
In this dungeon there is some lava (accessible too by using the serpent jawbone) and I was able to walk on it and to get no damage from it.
I've got a savegame probably around.
I think I was using a recent CVS.
Artaxerxes
Re: today's CVS
Evil thought: If the Zaurus has wireless networking and if Exult had some kind of multiplayer capability...
-
- Site Admin
- Posts: 1310
- Joined: Thu May 14, 2020 1:34 pm
Re: today's CVS
zaurus has wireless capability.... it's now up the exult dev team to make a multiplayer mode ! *evil laugh thinking of previous topics*
Artaxerxes
Artaxerxes
-
- Site Admin
- Posts: 1310
- Joined: Thu May 14, 2020 1:34 pm
Re: today's CVS
zaurus has wireless capability.... it's now up the exult dev team to make a multiplayer mode ! *evil laugh thinking of previous topics*
Artaxerxes
Artaxerxes
Re: today's CVS
Okay, I'll try tonight. Maybe there's a lava area that's different than the ones in Furnace (which is where that dungeon eventually leads). If I can find it, then I'll see what happens there in the original SI.
Re: today's CVS
DrCode: I've attached a (devel-1-00) savegame to the bug report
Re: today's CVS
Thanks! I should have a fix, or an excuse:-), by tomorrow.
-
- Site Admin
- Posts: 1310
- Joined: Thu May 14, 2020 1:34 pm
Re: today's CVS
great! you're the best!
I'm away for the week-end so I won't be able to answer questions in the meantime.
See ya
Artaxerxes
I'm away for the week-end so I won't be able to answer questions in the meantime.
See ya
Artaxerxes
Re: today's CVS
Being able to walk on lava was apparently a compiler bug (I'm using gcc-2.96-110, btw). I rewrote that code a little, and it seems to works now.