Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Geri

Pages: [1]
1
Linux Specific Issues / Re: Solution
« on: November 06, 2008, 04:15:27 pm »
Unfortunately, neither worked on my Fedora 9.91 (a.k.a. F10 Beta). When I ran  PlaneShift-v0.4.2-x86.bin  I got:  PROT_EXEC|PROT_WRITE failed.

sardit's  chcon...  was not appropriate for me, since I do not have  /nvidia/  in  /usr/lib/xorg/modules/extensions/.

On the Fedora Desktop I tried:  System  --> Administration  --> SELinux Management  --> Boolean  --> Module: global  --> „Allow unconfined executables to map a memory region as both executable and writable” and the PS-Installer started.

P.S.: I ignored: „this is dangerous and the executable should be reported in bugzilla:-X

2
Development Deliberation / Re: Nexus login
« on: November 07, 2007, 04:45:51 am »
> failing that which dept did you apply for?

Programming.

3
Development Deliberation / Re: Nexus login
« on: November 06, 2007, 11:00:16 pm »

> when you created your account it didnt send any verification mail with your login and password?

I really dont' remember. Maybe I didn't receive such, or I did and deleted it. ( I can't find it neither in my local nor in my webmail client.)


>  it should be done like that!

Yes, it should. Maybe it does anyway. However, a link like "I have forgotten my pwd, please send it to my mail address." on the login page would be very helpful for such a case.

4
Development Deliberation / Nexus login
« on: November 03, 2007, 11:18:09 pm »
I've forgotten my Nexus pwd. Is it possible that someone sends the pwd (or a new default) to the mail adddress associated with my acount? User name is identical to here. Thanks, Geri.

5
Development Deliberation / Re: Request for Webdeveloper
« on: November 01, 2007, 11:16:02 pm »
Life and all that? I still have that, too  :-)

1) Beginning mid of Nov it depends whether I'm available full time. The project I worked on for the last 1.5 years is finished and and I'll have to look for a new job then. If this takes longer I can spend my full time for... how long? It depends, as well... on how intense I search and on the respond(s).

2) Laanx shows the stats already, doesn't it? OK, sometimes with delayed up-to-dateness. What is to do/planned there?

3) The Server Concole is also the main issue I targeted with my reply.

What I did so far:

- I downloaded /planeshift/SC/ put it to my htdocs, adapted *settings.php to my local system
- I downloaded /planeshift/planeshift/src/server/database/mysql and used it to create the MySQL tables
- ps_dev_doc.zip was helpful, as well

- Running the SC I detected that some tables (sys_privileges, sys_modules, sys_programs) and a field within a table (banned_until in accounts) are missing
- I created the table sys_privileges and the missing field from infos I found in the XML-files in .../SC/schemas

Now I'm stuck, since sys_modules & sys_programs are still missing, and I do not have a clue how they should look like in detail. I extracted at least the column names from database.php (sys_modules: "rcdid", "display_name", "sys_name", "sequence" and sys_programs: "rcdid", "display_name", "sys_name", "sequence", "parent_id"). I can guess that the IDs are INTEGER and the names are VARCHAR. But, as a programmer since decades (NO, I am not THAT old...it's just 2 decades :-) I prefer formalism rather than guessing. I wonder how grumpytoad could setup a working environment? What does she/he know/have which I don't? However, even knowing the table layout would not help too much, since these tables obviuosly contain the infos for the menu structure in the navigation area to the left. And my clue is even lesser which menus and sub-menus should be there.

BTW, I saw some things in the DB design where I asked myself, whether this is a cool trick I was not aware of, or whether this was just a...hmmm...unlucky design decision. Who is the one who knows about the DB and its design, so that I can direct my questions to her/him?

"And now to something completely different...":

Does the SC have to be in PHP? I think "...requires a complete overhaul and redesign." allows, maybe even requires, such a question to be taken seriously. You surely know that canning sometimes is the best way to begin a phase of evolvement in SW design.

I'm not surprised that the SC obviuosly lacks a few things. The WWW was originally not designed to support highly interactive applications with quickly reacting user interfaces to enter lots of information real-time. It's intention was to spread information worldwide, in no time, that's it. All the pretty things we have nowadays are just add-ons to a system which was not designed for such add-ons. Great that all the things work how they work, but it still has limits. And it's the hard job of programmers to break these limits - and I really mean: break.

So, what about something else, which is designed for such apps, is strong in networking, is platform independent, well-known, well-supported, with great IDEs available, which can be run with a click from a web page? Java, for instance. (Look here what i'm working on at the moment.)

If you don't like the idea in general I would like to suggest the following:

- We take a part of the SC which is not too complex (the smaller, the better) and which is more or less independent of the rest
- We (I, to be precise) port this to Java (including wishes and suggestions from the people which work with it)
- We start a test phase, see how it works, and decide then

6
General Discussion / Re: VERSION 0.3.020 - WHAT IS NOT WORKING FOR YOU?
« on: October 17, 2007, 02:19:21 am »
  • I get "WARNING! Object ... is not closed!", "Could not open image; ...", "Could not load image; ...", "Could not load texture: ...", "Invalid dimensions on border drawable: ...",  "Stat request failed because CelClient not ready for ...", "... is deprecated. Use ... instead", "Got DR message for unknown entity", "Mesh Factory ... not found", "Failed to set material ... on part ...", in the console, and some of these more than once . Are the details of interest for anybody?
  • I thought I can forget EXCEPTION_ACCESS_VIOLATION, pure virtual function call with v19, now they celebrate their resurrection.
  • Cannot find DBGHELP.DLL is new.
  • Who planted all the grass? It looks simply ugly. I met the citizens of Hydlaa as neat people, who surely don't let their gardens become jungles. I'm sure they prefer lawn rather than meadows. [If I see a green ground in an RP game, my fantasy is good enough to imagine this as grass. I do not need to see hundreds of single stems for this.]
  • Shadows are nice, but I could live - and roleplay - very well without them. I always enjoyed the architecture in Hydlaa. Now it looks like wearing sunglasses all the time. ["-fullbright" seems not to work anymore, does it?]

7
Development Deliberation / Re: Request for Webdeveloper
« on: October 08, 2007, 03:40:08 am »
Hi folks,

I'm willing to contribute to the web developing.

Equipment:

1) Own web server: no problem
2) Own mysql server: no problem

Skills:

1) PHP: Yes. See what i developed on Wikipedia's tool server: http://tools.wikimedia.de/~geridev/cff/. Doesn't look too impressive, agreed. But it's developed completely object-oriented, as far as PHP supports it. (That's intrinsic as a Sun Certified Java Developer :-) I can supply you with the source, if you like.

2) Web dev: Designing usable user interfaces: yes. Playing around with fancy, sophisticated graphics: no. I'm a developer, not an artist.

3) "Graphic skills" from a technical or artistic point of view? (see above)

4) MySQL: RDBMS designer/developer with Oracle, SQL Server, MySQL since/for years.

I entered an application at the Nexus a few months ago, but never got any response. (I don't even remember my account info...yes I know, shame on me, but after a few weeks of waiting I forgot about it. )

Hopefully this is a new chance. It would be a pleasure for me to join the team.

Geri

8
Wish list / Options --> Controls --> Keys -->Game Control; Buddy Notes
« on: January 10, 2007, 05:18:50 pm »
(Hope this doesn't conflict with the WISHLIST RULES, i.e. has been mentioned in the past...didn't find anything related with Search)

1) Game Control options

1.1) Option "Quest" (to open the quest window, of course) would be helpful, wouldn't it?

1.2) An option (instead of default <Up>/<Down>) for stepping through the Chat history would be very helpful, wouldn't it?

Don't remember the countless times when I intended to start walking, but were having a talk before...sh**...

a) ...hit <Enter> to leave the Chat window...sh**...is somebody nearby? Does she/he/they rate me as an amateur, since I just sent a msg a second time which is completely off-topic now?...who knows...hit <Enter> to leave Chat window...really start walking

b) ...decide whether to delete the chat line's contents or to scroll down the history to the empty line at the end (depends on which key feels more comfortable at this moment: <Backspace>, <Del>, <Up>, <Down>)...hit <Enter> to leave Chat window...really start walking

c) ...switch your preferred hand to mouse and click into the landscape...really start walking

Does/did this happen to me only?

2) Chat window

(Standard) Text selection capabilities would be nice: Shift+(Left|Right|Home|End), Crtl+Shift+(Left|Right)

Cursor movement capabilities, too: Ctrl+(Left|Right)

3) Buddy notes (like quest notes)

Since I don't remember where I met the dozens of buddies first, how they thankfully supported me, what (important) things we talked about, which adventures we passed together, what we planned to do next, ...


P.S.: Though it pleases me, warms my heart and supports me mentally, please consider the WISHLIST RULES and do not dis-/agree herein  :-X

9
- I right-click on an item in the inventory to examine it
- I press Esc[ape] to close the examine window
- the inventory window is closed instead

- repeated [Esc]aping doesn't do anything
- clicking into the examine window and [Esc]aping does the job finally

Probs with Z-ordering? Window activation?

Is this a (new) bug or a feature?  ;-)

Pages: [1]