Page 2 of 4

Re: Increible! Aparece un tipo y anuncia Div3!

Posted: Mon Feb 22, 2016 12:23 am
by MikeDX
I have posted public betas of the latest div version, please see http://div-arena.co.uk :) :claphands:

Re: Increible! Aparece un tipo y anuncia Div3!

Posted: Mon Feb 22, 2016 12:43 am
by CicTec
Hello Mike,

Nice ;), I'll try to test it in these days and I will report any problems found via our contacts.

Re: Increible! Aparece un tipo y anuncia Div3!

Posted: Mon Feb 22, 2016 1:04 am
by SimulatorOne
MikeDX wrote:I have posted public betas of the latest div version, please see http://div-arena.co.uk :) :claphands:
GRacias, lo probare.
tengo una fuerte nostalgia con Div2.

Espero que se pueda personalizar la interfaz, el color de sintaxis, como antaño.

Lastima que este todo en ingles...

probare y te reporto lo que no funciona, y dar sugerencias.

encontre un bug:
-al cambiar el tamaño de la fuente en configuración, si tenemos algún código abierto, se bloquea o se visualiza erróneamente el codigo.

-no aplica el cambio del modo de video, a pesar de aparecer todas las modalidades de pantalla.

Sugerencia: añadir botón de Fullscreen en el menu de eleccion de video.

Re: Increible! Aparece un tipo y anuncia Div3!

Posted: Mon Feb 22, 2016 1:09 am
by MikeDX
SimulatorOne wrote:
MikeDX wrote:I have posted public betas of the latest div version, please see http://div-arena.co.uk :) :claphands:
GRacias, lo probare.
tengo una fuerte nostalgia con Div2.

Espero que se pueda personalizar la interfaz, el color de sintaxis, como antaño.

Lastima que este todo en ingles...

probare y te reporto lo que no funciona, y dar sugerencias.

Maybe I can supply a spanish translation file :)

Re: Increible! Aparece un tipo y anuncia Div3!

Posted: Mon Feb 22, 2016 1:24 am
by MikeDX
SimulatorOne wrote:
MikeDX wrote:I have posted public betas of the latest div version, please see http://div-arena.co.uk :) :claphands:
encontre un bug:
-al cambiar el tamaño de la fuente en configuración, si tenemos algún código abierto, se bloquea o se visualiza erróneamente el codigo.

-no aplica el cambio del modo de video, a pesar de aparecer todas las modalidades de pantalla.

Sugerencia: añadir botón de Fullscreen en el menu de eleccion de video.

Alt+enter for full screen

also drag the window to resize the IDE window when in windowed mode :)

Re: Increible! Aparece un tipo y anuncia Div3!

Posted: Mon Feb 22, 2016 1:32 am
by SimulatorOne
Usted puede obtenerlo de la version Spanish de Div2, con toda la ayuda y textos de la interfaz.

Le he comentado algunos reportes anteriormente, revise.

Espero que mejore mas, seguire testeando su Div3 con antiguos trabajos de Div2.

Añoro mucho el Trazador de programas(F12) Debug;
esto Gemix no lo tiene...

Re: Increible! Aparece un tipo y anuncia Div3!

Posted: Mon Feb 22, 2016 1:49 am
by SimulatorOne
MikeDX wrote: Alt+enter for full screen
hay problemas de renderizado gráfico (se bloquea la aplicacion), :?
Sí aplica el modo de video :y: ,
pero no renderiza nada, se Windows pixelado y gigante... :n:
debo cerrarlo forzosamente div3.

Que usa? OpenGL o Direct3D?

si le sirve de ayuda mi portatil:
S.O: Windows 10 64bits compilacion: 10.0.10586.103
tarjeta grafica: Intel HD Graphics 4400
ademas de la: NVIDIA GeForce 820M
MikeDX wrote:also drag the window to resize the IDE window when in windowed mode :)
Gracias!! funciona!! muy inteligente! :lol: :claphands:

Re: Increible! Aparece un tipo y anuncia Div3!

Posted: Mon Feb 22, 2016 1:51 am
by MikeDX
SimulatorOne wrote:
MikeDX wrote: Alt+enter for full screen
hay problemas de renderizado gráfico (se bloquea la aplicacion), :?
Sí aplica el modo de video :y: ,
pero no renderiza nada, se Windows pixelado y gigante... :n:
debo cerrarlo forzosamente div3.

I will fix this so the full screen modes listed in set-video mode work correctly :)

Also I am looking at making a spanish version right now with the localised files.



Image

Image


Image

Re: Increible! Aparece un tipo y anuncia Div3!

Posted: Mon Feb 22, 2016 11:11 pm
by brujoMX
Nice to meet you Mike, and nice work by the way!
I had downloaded the linux-x64 version and when I tried to run it I got an error message:

Code: Select all

miguel@miguel-dev:/media/miguel/dev-disk/apps/game-dev/div-linux-x64$ ./d-LINUX 
[system/div-LINUX]
[system/divdbg-LINUX]
system/div-LINUX: error while loading shared libraries: libSDL_mixer-1.2.so.0: cannot open shared object file: No such file or directory
I tried making a symbolic link to such library, but it did not work either.
So, whats the correct way to have it up and running ?

Thanks!

Re: Increible! Aparece un tipo y anuncia Div3!

Posted: Tue Feb 23, 2016 12:17 am
by MikeDX
brujoMX wrote:Nice to meet you Mike, and nice work by the way!
I had downloaded the linux-x64 version and when I tried to run it I got an error message:

Code: Select all

miguel@miguel-dev:/media/miguel/dev-disk/apps/game-dev/div-linux-x64$ ./d-LINUX 
[system/div-LINUX]
[system/divdbg-LINUX]
system/div-LINUX: error while loading shared libraries: libSDL_mixer-1.2.so.0: cannot open shared object file: No such file or directory
I tried making a symbolic link to such library, but it did not work either.
So, whats the correct way to have it up and running ?

Thanks!
you need the sdl-mixer libs

on a debian based system, this should be as simple as sudo apt-get install libsdl-mixer1.2 libsdl1.2-debian

hopefully that gets you running :)