Irrlicht Help File (Irrlicht.chm)

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Irrlicht Help File (Irrlicht.chm)

Post by Acki »

Hi,
what happened to the doc (Irrlicht.chm) !?!?! :shock:
it looks realy crappy now and it's hard to read...
the corrected doc: Irrlicht.chm

.chm for Irrlicht 1.4.2 (good):
Image

.chm for Irrlicht 1.5 (bad):
Image
Last edited by Acki on Sat Dec 20, 2008 7:45 pm, edited 1 time in total.
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
GameDude
Posts: 498
Joined: Thu May 24, 2007 12:24 am

Post by GameDude »

Your right, it does look bad, hopefully we can get it fixed
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

I guess they've updated the doxygen version and those are the results..
They use a custom script file for doxygen that doesn't work right with newer versions of doxygen, I tried that myself.

P.S
I guess that's what happened..
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

it seems the error is with the doxygen.css file !!!
if I remove it from the doxygen script the doc looks ok again, except of the header, so the header.html file must also get corrected (maybe footer.html also) !!! ;)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Mirror
Posts: 218
Joined: Sat Dec 01, 2007 4:09 pm

Post by Mirror »

acki if you get a corrected version of the .chm could you possibly throw it this way ?
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

here we go: Irrlicht.chm
I hope it's all fine with it now.. ;)

for those who have Doxygen (and of course for the devs): just remove the doxygen.css entry from the script and edit the header.html to adjust the colors of the header (the footer seems ok)... ;)
Last edited by Acki on Sun Dec 21, 2008 3:36 am, edited 1 time in total.
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
GameDude
Posts: 498
Joined: Thu May 24, 2007 12:24 am

Post by GameDude »

Thanks for the fixes to the docs
wyrmmage
Posts: 204
Joined: Sun Mar 16, 2008 3:12 am
Contact:

Post by wyrmmage »

yes, thank you! :) I've been wondering for awhile what happened to the docs.

I've created a patch for the doxygen.css file that fixes the problem:

Code: Select all

Index: doxygen.css
===================================================================
--- doxygen.css	(revision 1981)
+++ doxygen.css	(working copy)
@@ -306,3 +306,9 @@
      border: none;
      border-top: 1px solid black;
 }
+
+table.memname
+{
+background-color: #f5f5f5;
+border: 1px solid #b0b0b0;
+}
the patch is for trunk.
-wyrmmage
Worlds at War (Current Project) - http://www.awkward-games.com
Ganadu'r, The Eternal Sage (Other Current Project) - http://rpg.naget.com
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

wyrmmage wrote:I've created a patch for the doxygen.css file that fixes the problem:
yes, it looks better now:
Image


but I still like it more if you just remove the doxygen.css file from the script (also against the old style) ;) :
Image
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
joshcryer
Posts: 46
Joined: Thu Sep 13, 2007 8:57 am
Contact:

Post by joshcryer »

Very cool Acki, thank you very much. :)
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

It would be refreshing to see new doc style, even if so little is changed.
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

hmm, I have a problem with the search function !!!!
the search function (3rd tab on the left) doesn't work !?!?! :shock:
what do I have to do to get it working ???
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Mirror
Posts: 218
Joined: Sat Dec 01, 2007 4:09 pm

Post by Mirror »

thanks acki!
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

Acki wrote:hmm, I have a problem with the search function !!!!
ok, solved, the search function now works again !!! 8)
it seems I had not installed HWS correctly... :oops:
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
wyrmmage
Posts: 204
Joined: Sun Mar 16, 2008 3:12 am
Contact:

Post by wyrmmage »

I'm curious what you did to fix the search problem? I can't search in my help file either :\

Removing the css file pretty much destroys the help file for me:
Image

Your image displaying my patch looks quite a bit different than when I apply the patch XD
Image

Finally, a question that perhaps one of the devs can answer: why doesn't the documentation build into trunk/doc instead of trunk/doctemp? :\ At the very least it seems like there should be a command in the batch or shell file copying the irrlicht.chm file from doctemp to doc :)

Oh, and Acki, what's HWS? :\
-wyrmmage
Worlds at War (Current Project) - http://www.awkward-games.com
Ganadu'r, The Eternal Sage (Other Current Project) - http://rpg.naget.com
Post Reply