Increible! Aparece un tipo y anuncia Div3!
- MikeDX
- Posts: 12
- Joined: Wed Mar 25, 2009 11:24 pm
- CicTec
- Posts: 16590
- Joined: Thu Jul 31, 2008 10:18 pm
Re: Increible! Aparece un tipo y anuncia Div3!
Hello Mike,
Nice
, I'll try to test it in these days and I will report any problems found via our contacts.
Nice
- SimulatorOne
- Posts: 6626
- Joined: Tue Nov 17, 2009 2:52 pm
- Location: Barcelona
- Contact:
Re: Increible! Aparece un tipo y anuncia Div3!
GRacias, lo probare.MikeDX wrote:I have posted public betas of the latest div version, please see http://div-arena.co.uk![]()
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.
You do not have the required permissions to view the files attached to this post.
Last edited by SimulatorOne on Mon Feb 22, 2016 1:14 am, edited 1 time in total.
- MikeDX
- Posts: 12
- Joined: Wed Mar 25, 2009 11:24 pm
Re: Increible! Aparece un tipo y anuncia Div3!
SimulatorOne wrote:GRacias, lo probare.MikeDX wrote:I have posted public betas of the latest div version, please see http://div-arena.co.uk![]()
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
- MikeDX
- Posts: 12
- Joined: Wed Mar 25, 2009 11:24 pm
Re: Increible! Aparece un tipo y anuncia Div3!
SimulatorOne wrote:encontre un bug:MikeDX wrote:I have posted public betas of the latest div version, please see http://div-arena.co.uk![]()
-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
- SimulatorOne
- Posts: 6626
- Joined: Tue Nov 17, 2009 2:52 pm
- Location: Barcelona
- Contact:
Re: Increible! Aparece un tipo y anuncia Div3!
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...
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...
You do not have the required permissions to view the files attached to this post.
- SimulatorOne
- Posts: 6626
- Joined: Tue Nov 17, 2009 2:52 pm
- Location: Barcelona
- Contact:
Re: Increible! Aparece un tipo y anuncia Div3!
hay problemas de renderizado gráfico (se bloquea la aplicacion),MikeDX wrote: Alt+enter for full screen
Sí aplica el modo de video
pero no renderiza nada, se Windows pixelado y gigante...
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
Gracias!! funciona!! muy inteligente!MikeDX wrote:also drag the window to resize the IDE window when in windowed mode
- MikeDX
- Posts: 12
- Joined: Wed Mar 25, 2009 11:24 pm
Re: Increible! Aparece un tipo y anuncia Div3!
SimulatorOne wrote:hay problemas de renderizado gráfico (se bloquea la aplicacion),MikeDX wrote: Alt+enter for full screen![]()
Sí aplica el modo de video,
pero no renderiza nada, se Windows pixelado y gigante...![]()
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.



-
brujoMX
- Posts: 321
- Joined: Thu Jan 12, 2012 9:10 pm
Re: Increible! Aparece un tipo y anuncia Div3!
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:
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!
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
So, whats the correct way to have it up and running ?
Thanks!
- MikeDX
- Posts: 12
- Joined: Wed Mar 25, 2009 11:24 pm
Re: Increible! Aparece un tipo y anuncia Div3!
you need the sdl-mixer libsbrujoMX 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:
I tried making a symbolic link to such library, but it did not work either.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
So, whats the correct way to have it up and running ?
Thanks!
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
![[RETO]: [MINI CONCURSO] Winter GAMES 2011 [JUEGO]: Rosie ~ The Rascal [RETO]: [MINI CONCURSO] Winter GAMES 2011 [JUEGO]: Rosie ~ The Rascal](../space/silver_medal.png)