1 registered members (TipmyPip),
18,633
guests, and 5
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: Gamestudio 7.6 public beta
[Re: ICRDesign]
#238339
11/26/08 19:19
11/26/08 19:19
|
Joined: Mar 2006
Posts: 2,758 Antwerp,Belgium
frazzle
Expert
|
Expert
Joined: Mar 2006
Posts: 2,758
Antwerp,Belgium
|
First thanks for the latest update  I especially like the implemented wii mode support. One note with this last one, the code displayed in the 3dgs manual has got an error. The wiimote stuct wasn't defined properly:
// @ line 32 wiimote_status(wii_handle,wiimote); must be:
wiimote_status(wii_handle,&wiimote);
Other than that, it works very much as expected  Cheers Frazzle
Antec® Case Intel® X58 Chipset Intel® i7 975 Quad Core 8 GB RAM DDR3 SSD OCZ®-VERTEX2 3.5 x4 ; HD 600 GB NVIDIA® GeForce GTX 295 Memory 1795GB
|
|
|
Re: Gamestudio 7.6 public beta
[Re: frazzle]
#239016
12/01/08 20:51
12/01/08 20:51
|
Joined: Oct 2002
Posts: 2,256 Oz
Locoweed
Expert
|
Expert
Joined: Oct 2002
Posts: 2,256
Oz
|
Beware,
If you happened to have any BMAP* with a path like this, BMAP* mtl3 = "maps\\textures\\map_d0_mtl_3.dds"; Which worked before.
You will need to change it to: BMAP* mtl3 = "maps\textures\map_d0_mtl_3.dds";
Or you will get a compile crash with no information what-so-ever on what happened or where.
Took me all day to find that crash in our code, where 3 lines of code were set up with paths like.
Loco
Professional A8.30 Spoils of War - East Coast Games
|
|
|
Re: Gamestudio 7.6 public beta
[Re: jcl]
#239145
12/02/08 22:05
12/02/08 22:05
|
Joined: Oct 2002
Posts: 2,256 Oz
Locoweed
Expert
|
Expert
Joined: Oct 2002
Posts: 2,256
Oz
|
Yes, that is true jcl, it was funny how it used to work like it was until last release. But obviously, it wasn't declared properly to start with. Compile crashes can be a bit stressful to find sometimes though with no output to give any idea what happened.
It's no problem, everything is working now.
Professional A8.30 Spoils of War - East Coast Games
|
|
|
Re: Gamestudio 7.6 public beta
[Re: Locoweed]
#239937
12/08/08 12:11
12/08/08 12:11
|
Joined: Jul 2005
Posts: 1,930 Austria
Dark_samurai
Serious User
|
Serious User
Joined: Jul 2005
Posts: 1,930
Austria
|
You are right! Crashes have much to less information or sometimes totally wrong information. This makes it hard to find the mistakes...
Maybe this can be advanced in future updates?!
ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)! get free version
|
|
|
Re: Gamestudio 7.6 public beta
[Re: jcl]
#240400
12/10/08 19:40
12/10/08 19:40
|
Joined: Jan 2008
Posts: 1,580
Blade280891
Serious User
|
Serious User
Joined: Jan 2008
Posts: 1,580
|
Hey JCL, any chance you have a link to 7.10
My Avatar Randomness V2"Someone get me to the doctor, and someone call the nurse And someone buy me roses, and someone burned the church"
|
|
|
|