Sam Hocevar
f56be9bffa
win32: use sprintf_s and vsnprintf_s on Windows, so that our static library
works with the VS2010 runtime, too. Also reduce the stack size requirements
to avoid depending on __chkstk_ms().
12 years ago
Sam Hocevar
c735b19800
Set version to 0.99beta18.
14 years ago
Sam Hocevar
7100ad4baf
Fix ChangeLog, NEWS and win32/config.h for release 0.99.beta17.
15 years ago
Sam Hocevar
107ff4b815
Large source code cleanup, getting rid of spaces, tabs, and svn keywords.
15 years ago
Sam Hocevar
81f9abd203
Document file functions and fix a few issues here and there.
15 years ago
Sam Hocevar
3584efdf4b
Fix the source code to reduce testsuite errors.
15 years ago
Sam Hocevar
83cfaa49ac
Refresh win32/config.h so that it has all the required defines.
15 years ago
Sam Hocevar
33d2bc2092
Update the Win32 and Win64 ports.
15 years ago
Sam Hocevar
d1dffc746e
Set version to 0.99.beta15.
Updated NEWS and ChangeLog.
16 years ago
Sam Hocevar
e8f04805fd
Renamed msvc into win32.
16 years ago
Sam Hocevar
9c951cebb2
* Windows build fixes here and there.
17 years ago
Sam Hocevar
e895e01ee6
* Disable file operations in kernel mode.
* Implement strchr() in kernel.c.
* Check for snprintf() at configure time.
17 years ago
Sam Hocevar
2c9232d71a
* Bump version to 0.99.beta14.
17 years ago
Sam Hocevar
1ab0d190f6
* Set version to 0.99.beta13.
* Updated NEWS and ChangeLog.
17 years ago
Sam Hocevar
cdebb09b64
* Added MSVC project files for the C++ bindings and the C++ test.
17 years ago
Sam Hocevar
8a68e0ce41
* Updated Visual Studio files.
17 years ago
Jean-Yves Lamoureux
408b8757eb
* Updated MSVC++ project (static library and src/*)
18 years ago
Sam Hocevar
e80006de20
* configure.ac src/graphics:
+ Check for resize_term and resizeterm in -lncurses.
21 years ago
Sam Hocevar
cb227abc0c
* 0.9 release.
21 years ago
Sam Hocevar
746b653899
* 0.8 release.
21 years ago
Sam Hocevar
7d22f724d8
* src/graphics.c:
+ Resize handling in the ncurses and slang drivers.
21 years ago
Sam Hocevar
1257f58fbb
* configure.ac:
+ Check for sys/times.h and unistd.h.
+ Added calls to AC_C_CONST and AC_C_INLINE.
* src/time.c src/graphics.c:
+ Fixes for MSVC compilation warnings.
+ Additional sanity checks in the Win32 driver.
* src/caca.c:
+ Use raw()/noraw() in the curses driver instead of cbreak().
* msvc/libcaca.sln:
+ Added an MSVC solution.
* examples/aafire.c:
+ Slightly reduced the maximum cacafire framerate.
21 years ago