Skip to content

Commit

Permalink
Normalize line endings to LF
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheeo committed Dec 20, 2014
1 parent 7984fb1 commit 76f8ac3
Show file tree
Hide file tree
Showing 903 changed files with 380,482 additions and 380,480 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ textures/ui/common/BACKGROUND/test/
lua/ui/lobby/test/
textures/ui/common/BUTTON/BACKUP/
*/dds/*
.idea
15,030 changes: 7,515 additions & 7,515 deletions LOC/ES/strings_db.lua

Large diffs are not rendered by default.

15,028 changes: 7,514 additions & 7,514 deletions LOC/FR/strings_db.lua

Large diffs are not rendered by default.

15,032 changes: 7,516 additions & 7,516 deletions LOC/IT/strings_db.lua

Large diffs are not rendered by default.

13,320 changes: 6,660 additions & 6,660 deletions LOC/US/strings_db.lua

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions SCHOOK/lua/GlobalInit.lua
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
#****************************************************************************
#**
#** File : /lua/system/GlobalInit.lua
#**
#** Summary : The Unit lua module
#**
#** Copyright © 2005 Gas Powered Games, Inc. All rights reserved.
#****************************************************************************

# Flag initial loading of blueprints
InitialRegistration = true

# Load blueprint systems
doscript '/lua/system/BuffBlueprints.lua'

# Load buff definitions
import( '/lua/sim/BuffDefinitions.lua')

# Load Platoon Template systems
doscript '/lua/system/GlobalPlatoonTemplate.lua'

# Load Builder system
doscript '/lua/system/GlobalBuilderTemplate.lua'

# Load Builder Group systems
doscript '/lua/system/GlobalBuilderGroup.lua'

# Load Global Base Templates
doscript '/lua/system/GlobalBaseTemplate.lua'

#****************************************************************************
#**
#** File : /lua/system/GlobalInit.lua
#**
#** Summary : The Unit lua module
#**
#** Copyright © 2005 Gas Powered Games, Inc. All rights reserved.
#****************************************************************************

# Flag initial loading of blueprints
InitialRegistration = true

# Load blueprint systems
doscript '/lua/system/BuffBlueprints.lua'

# Load buff definitions
import( '/lua/sim/BuffDefinitions.lua')

# Load Platoon Template systems
doscript '/lua/system/GlobalPlatoonTemplate.lua'

# Load Builder system
doscript '/lua/system/GlobalBuilderTemplate.lua'

# Load Builder Group systems
doscript '/lua/system/GlobalBuilderGroup.lua'

# Load Global Base Templates
doscript '/lua/system/GlobalBaseTemplate.lua'

InitialRegistration = false
8 changes: 4 additions & 4 deletions SCHOOK/lua/SessionInit.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2005 Gas Powered Games, Inc. All rights reserved.
#

doscript '/lua/UserSync.lua'
# Copyright © 2005 Gas Powered Games, Inc. All rights reserved.
#

doscript '/lua/UserSync.lua'
Loading

0 comments on commit 76f8ac3

Please sign in to comment.