Erik Faye-Lund
|
9724884884
|
editor: move all client stuff to socket-class
Rename NetworkSocket to ClientSocket, and put the client-specific
functionality in it.
|
2011-03-28 22:59:37 +02:00 |
|
Erik Faye-Lund
|
8c842edff3
|
editor: add an application icon
The ICO was created from contrib/logo.svg by exporting a PNG from
Inkscape, and converting the PNG online at with iconverticons.com
|
2010-11-17 23:18:42 +01:00 |
|
Erik Faye-Lund
|
2827d4b4dc
|
editor: reorder file-list
Update the file-list in the order Visual Studio prefers it to be. This
reduces update-noise when adding files to the project.
|
2010-11-02 18:58:14 +01:00 |
|
Erik Faye-Lund
|
163194e338
|
editor: increase warning level and fix warnings
While we're at it, let's fix-up some code-style errors.
|
2010-08-29 23:43:08 +02:00 |
|
Erik Faye-Lund
|
12328ce6b8
|
editor: do not create a console window
|
2010-06-18 20:09:00 +02:00 |
|
Erik Faye-Lund
|
f5c2fc032e
|
editor: remove traces of stdafx
|
2010-03-24 19:01:00 +01:00 |
|
Erik Faye-Lund
|
e7b0f110dd
|
rename synctracer2.cpp to editor.cpp
|
2010-03-19 17:41:37 +01:00 |
|
Erik Faye-Lund
|
70bcea33ab
|
clean up network code
|
2010-03-19 17:41:35 +01:00 |
|
Erik Faye-Lund
|
decf843c04
|
player/client: port to C
Make sure that all code included in the player and client is
pure C. This helps on portability.
|
2010-03-19 17:41:34 +01:00 |
|
Erik Faye-Lund
|
c3ade8560c
|
clean up project structure a bit
|
2010-03-19 17:41:34 +01:00 |
|
Erik Faye-Lund
|
59f8089094
|
Renamed vs2005 project/solution files to reflect the version.
|
2010-03-19 17:41:18 +01:00 |
|
Egbert Teeselink
|
da96ca4262
|
added inifile support though filthy static class thingy.
|
2010-03-19 17:41:13 +01:00 |
|
Erik Faye-Lund
|
f8301d6ee6
|
Fixed support for UNIX sockets, and fixed static crt-linking for debug builds
|
2010-03-19 17:41:13 +01:00 |
|
Erik Faye-Lund
|
9767ad5852
|
moved XML-loading/saving routines to a separate source-file, so the nasty COM-stuff doesn't contaminate all code ;)
|
2010-03-19 17:41:10 +01:00 |
|
Erik Faye-Lund
|
74eee30216
|
renamed SyncEditData to SyncDocument, since that's essentially what it is ;)
|
2010-03-19 17:41:08 +01:00 |
|
Erik Faye-Lund
|
2b1a79cc9c
|
multiple interpolation-types! \o/
|
2010-03-19 17:41:05 +01:00 |
|
Erik Faye-Lund
|
fcf160d917
|
cleaner structchah!
|
2010-03-19 17:41:04 +01:00 |
|