Quote:
Originally Posted by paulgiamatti
[You must be logged in to view images. Log in or Register.]
As far as I know, Secrets and Zaela are the only ones not on the dev team to actually submit code to P99.
|
I haven't? It's hard to submit small changes to a black box. The p99 server code probably resembles the open EQEmu code in a lot of places, but there have also definitely been major changes, plus the EQEmu code itself has continued to change since p99 forked off of it, and who knows whether the p99 devs pull in any upstream changes. Hard to say what any particular bit of the server code might look like. Best that could be done to "submit" something is to say "if you were a stock EQEmu server, what you would need to change is ...", which is basically just giving hints for some other coder to hopefully care enough about to interpret and apply to the actual code. Not a whole lot better than just making a post describing the bug in the first place.
Quote:
Originally Posted by paulgiamatti
[You must be logged in to view images. Log in or Register.]
As a developer, every minute you spend explaining why something can or cannot be fixed to people is a minute you could spend doing something a hundred times more important
|
The act of explaining something is a great way to examine your own assumptions about it, and occasionally realize ways of solving a problem that you hadn't thought of before. Essential impulse for a developer to have! Although at the end of the day, just
thinking about how to explain something is as good as actually doing it...