heinrich5991
710d0610d9
Ignore Makefile
s generated by the CMake Make target
2018-03-07 19:47:45 +01:00
heinrich5991
b138f5450e
Ignore another file generated in build directories
2018-03-06 19:22:56 +01:00
ChillerDragon
b69b85ed54
Ignore Build and Release
2018-03-04 11:18:46 +01:00
heinrich5991
2d55136fa2
Remove the blanket rules for files without extension
...
This rule caused a couple of problems with Visual Studio.
2018-02-21 00:36:19 +01:00
heinrich5991
9e9b57ec62
Move generated files to the CMake build directory
2018-02-12 23:29:45 +01:00
heinrich5991
22bacc1e16
Organize .gitignore and also ignore build dir stuff
...
Sort the stuff alphabetically, add some comments, ignore stuff that can
appear in build directories, so we don't have to guess the build
directory's name.
2018-02-05 00:50:55 +01:00
Tim Schumacher
861f234ea7
Add /build/ to .gitignore
2018-02-04 19:05:02 +00:00
Dennis Felsing
46bb8fed65
Clean up .gitignore a bit
2018-01-29 14:37:31 +01:00
Dennis Felsing
d6999bb726
Merge "Pull Request using OpenGL 3.3"
2017-10-18 12:49:27 +02:00
heinrich5991
811c9c1770
Add .vs
directory that is created by MSVS 2017
...
It is created in case you open the project "as a folder", using the
native CMake capabilities of MSVS 2017.
2017-10-05 00:15:49 +02:00
Jupeyy
629bf2c5f9
Merge branch 'master' of https://github.com/ddnet/ddnet
2017-09-12 20:24:58 +02:00
Jupeyy
49ebab1e1b
added few ignores
2017-09-12 20:02:33 +02:00
heinrich5991
38c26de47b
Add install
, package
and package_source
targets to CMake
...
On Linux, `install` installs DDNet into the normal file system (root
rights required).
`package` tries to create an archive similar to today's release archives
and `package_source` tries to create a source archive similar to today's
source archives.
2017-09-05 15:55:38 +02:00
def
66f6f16e81
Windows DPI fixes #2
2017-07-09 09:44:07 +02:00
heinrich5991
5ae37e6c72
Add protocol extension with UUIDs
...
This system can easily be extended by independent authors without
collisions, something the old system with plain increasing integers did
not allow.
Do this by utilizing the previously unused message code `NETMSG_NULL`
which has a value of 0.
This works for engine and game messages, snapshot items and events.
2017-05-25 00:52:43 +02:00
heinrich5991
5d61aa0b6e
Add CMakeLists.txt that work on my machine
...
It probably doesn't work on Windows, at least.
2017-02-23 14:16:32 +01:00
heinrich5991
cd3b0ae855
Implement the confusable algorithm from Unicode more closely
...
See UTS#39 "Unicode Security Mechanisms":
http://www.unicode.org/reports/tr39/
This means that characters with accents or other things around them are
now considered the confusable with the base character.
Fixes #557 . Fixes #575 .
2016-10-30 13:45:55 +01:00
Tim Schumacher
fa548bc2a0
Fix .gitignore excluding some src directories
2016-10-04 22:10:12 +02:00
H-M-H
3965155e06
updated .gitignore
2016-05-05 20:33:16 +02:00
def
5a42d90ee6
More SDL.dll -> SDL2.dll
2016-04-29 21:56:38 +02:00
user578
af7ea2b92a
Add *.dll to .gitignore (for Windows)
2015-11-13 23:40:12 +03:00
heinrich5991
ea846b489d
Update .gitignore to include new tools
2015-08-27 13:39:13 +02:00
def
aa1d5d3226
Ship autoexec_server.cfg
2015-08-12 14:29:13 +02:00
timgame
dec9985c6a
added language scripts
2015-06-30 18:57:25 +02:00
Nikita Zyuzin
470d3500c6
Ignore vim generated .swp files
2015-05-19 17:57:29 +04:00
def
45fff36957
Add missing DLLs for Windows
2014-10-28 15:29:58 +01:00
def
9a43558c8c
Update .gitignore
2014-03-29 00:49:56 +01:00
Ravomavain
4481eabcc5
remove banmaster from sources
2012-05-01 21:57:09 +02:00
GreYFoX
cd4ba53bae
Merge branch 'master' of git://github.com/teeworlds/teeworlds into DDRace
...
Conflicts:
bam.lua
scripts/build.py
scripts/make_release.py
src/engine/server.h
src/game/client/gameclient.cpp
src/game/server/gamecontext.cpp
src/game/server/gamecontext.h
src/game/server/gamecontroller.cpp
src/game/server/gamecontroller.h
src/game/server/player.cpp
src/game/version.h
2012-04-12 02:09:31 +02:00
oy
ddbef31cb5
updated git ignore file
2012-01-29 12:39:00 +01:00
Ravomavain
74de1972a1
Add binaries to .gitignore
2012-01-01 00:15:14 +02:00
GreYFoX
f7f6058a92
Merged Oy, Cleaned up, removed some useless features and code parts
...
Added Icon by landil
alot more...
2011-04-09 22:32:17 +02:00
Sworddragon
7a772f4e20
Updated .gitignore
2011-04-03 22:35:16 +02:00
Choupom
fa79602522
fixed freetype.dll entry in .gitignore
2011-04-02 18:11:21 +02:00
oy
147095fc07
added update to version 2.4.4 and dynamic library for freetype by Sworddragon. Closes #77 . Closes #513
2011-03-27 13:09:10 +02:00
Romain Labolle
8a3cb8d472
Adding banmaster binary to .gitignore
2011-02-21 21:41:25 +02:00
GreYFoXGTi
24a688b2c3
Added AutoDemoRecord and ghost made by Race mod team, implemented to DDRace by noother
2011-02-04 22:15:02 +02:00
Floff Floffsson
8860202172
'invalid' char in .gitignore...
2011-01-14 17:26:52 +01:00
GreYFoXGTi
2ec0e0eec4
Merge branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
src/engine/shared/console.cpp
src/game/client/components/hud.cpp
src/game/client/components/scoreboard.cpp
src/game/server/entities/character.cpp
src/game/server/entities/projectile.cpp
2011-01-12 11:08:17 +02:00
Choupom
3f9708b263
added some .gitignore entries
2011-01-11 21:43:45 +01:00
GreYFoXGTi
6889adc0bb
Merge branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
.gitignore
src/game/client/gameclient.cpp
src/game/editor/ed_editor.cpp
src/game/server/gamecontext.cpp
src/game/server/gamecontext.h & Cleaned it up
2011-01-06 23:32:19 +02:00
Sworddragon
b90a015daf
Added entries in .gitignore
2011-01-06 12:22:07 +01:00
GreYFoXGTi
ddc5dd7ab3
Cleaned up & Re-arranged stuff
2011-01-06 05:46:10 +02:00
GreYFoXGTi
4c4544da12
Added bam.lua changes by SushiTee
2010-12-01 20:52:00 +02:00
GreYFoXGTi
0c6767dd9d
Added option to have DDRace Compiled without SQL
2010-11-16 15:44:16 +02:00
GreYFoXGTi
5837b71a73
added pdb to gitignore
...
Helpers can now use me as victim as well
2010-11-13 11:55:17 +02:00
GreYFoXGTi
921dd65d3d
Added id numbers to the scoreboard. Closes #71 .
...
added shortcuts to the gitignore
2010-10-12 15:12:44 +02:00
GreYFoXGTi
3b3b008fda
added Eclipse stuff to ignore
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-30 23:40:02 +02:00
GreYFoXGTi
4d5af54f5b
added patches to ignore
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-28 18:21:50 +02:00
GreYFoXGTi
c5a8160e4d
Updated Git Ignore and reset FreezeTick
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-26 20:14:14 +02:00