Commit e6b2f8191dd029e6d9e571fbc39a2551986d3b58

Authored by Mateus Lustosa
1 parent 10b05671
Exists in master and in 1 other branch dev

Nome de sinais para maiusculas (sinais.txt)

Assets/Scenes/Scene.unity
@@ -423,6 +423,10 @@ Prefab: @@ -423,6 +423,10 @@ Prefab:
423 propertyPath: m_Materials.Array.data[1] 423 propertyPath: m_Materials.Array.data[1]
424 value: 424 value:
425 objectReference: {fileID: 2100000, guid: 3e98fe09c9ac4ae4dbe731872ff7687a, type: 2} 425 objectReference: {fileID: 2100000, guid: 3e98fe09c9ac4ae4dbe731872ff7687a, type: 2}
  426 + - target: {fileID: 11474732, guid: 00197fc9877daa14c963e5917de36124, type: 2}
  427 + propertyPath: m_Enabled
  428 + value: 0
  429 + objectReference: {fileID: 0}
426 m_RemovedComponents: [] 430 m_RemovedComponents: []
427 m_ParentPrefab: {fileID: 100100000, guid: 00197fc9877daa14c963e5917de36124, type: 2} 431 m_ParentPrefab: {fileID: 100100000, guid: 00197fc9877daa14c963e5917de36124, type: 2}
428 m_IsPrefabParent: 0 432 m_IsPrefabParent: 0
@@ -1567,7 +1571,7 @@ Prefab: @@ -1567,7 +1571,7 @@ Prefab:
1567 objectReference: {fileID: 0} 1571 objectReference: {fileID: 0}
1568 - target: {fileID: 149102, guid: cd81d95d2fa8dc448b18a415b9009d43, type: 2} 1572 - target: {fileID: 149102, guid: cd81d95d2fa8dc448b18a415b9009d43, type: 2}
1569 propertyPath: m_TagString 1573 propertyPath: m_TagString
1570 - value: avatar 1574 + value: inspetor
1571 objectReference: {fileID: 0} 1575 objectReference: {fileID: 0}
1572 m_RemovedComponents: [] 1576 m_RemovedComponents: []
1573 m_ParentPrefab: {fileID: 100100000, guid: cd81d95d2fa8dc448b18a415b9009d43, type: 2} 1577 m_ParentPrefab: {fileID: 100100000, guid: cd81d95d2fa8dc448b18a415b9009d43, type: 2}
Assets/Scripts/Animation List/ListManager.cs
@@ -52,8 +52,8 @@ public class ListManager : MonoBehaviour { @@ -52,8 +52,8 @@ public class ListManager : MonoBehaviour {
52 52
53 while (!s.EndOfStream) 53 while (!s.EndOfStream)
54 { 54 {
55 - string temp = s.ReadLine();  
56 - this.trie.put(temp, temp); 55 + string word = s.ReadLine();
  56 + this.trie.put(word, word);
57 } 57 }
58 } 58 }
59 59
Assets/Scripts/Animation List/TrieST.cs
@@ -8,16 +8,15 @@ public class TrieST<Value> @@ -8,16 +8,15 @@ public class TrieST<Value>
8 private static int R = 42; 8 private static int R = 42;
9 private static char[] chars = { 9 private static char[] chars = {
10 ' ', '-', '(', ')', ',', '%', 10 ' ', '-', '(', ')', ',', '%',
11 - 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H',  
12 - 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P',  
13 - 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X',  
14 - 'Y', 'Z', 11 + 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J',
  12 + 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T',
  13 + 'U', 'V', 'W', 'X', 'Y', 'Z',
15 '1', '2', '3', '4', '5', '6', '7', '8', '9', '0' 14 '1', '2', '3', '4', '5', '6', '7', '8', '9', '0'
16 }; 15 };
17 private static int[] indexes = new int[256]; 16 private static int[] indexes = new int[256];
18 17
19 private Node root; 18 private Node root;
20 - private int N; 19 + private int N;
21 20
22 private class Node 21 private class Node
23 { 22 {
Assets/sinais.txt
@@ -2351,16 +2351,16 @@ CUSTEAR @@ -2351,16 +2351,16 @@ CUSTEAR
2351 CUSTOSO 2351 CUSTOSO
2352 CUTANEO 2352 CUTANEO
2353 CUTUCAR 2353 CUTUCAR
2354 -Cotovelo  
2355 -Cozinheira  
2356 -Cpf  
2357 -Crer  
2358 -Crianca  
2359 -Cueca  
2360 -Cuidadoso  
2361 -Cumprimentos  
2362 -Cunhada  
2363 -Curitiba 2354 +COTOVELO
  2355 +COZINHEIRA
  2356 +CPF
  2357 +CRER
  2358 +CRIANCA
  2359 +CUECA
  2360 +CUIDADOSO
  2361 +CUMPRIMENTOS
  2362 +CUNHADA
  2363 +CURITIBA
2364 DÓLAR 2364 DÓLAR
2365 D 2365 D
2366 DA 2366 DA
@@ -2848,7 +2848,7 @@ DIGITADOR @@ -2848,7 +2848,7 @@ DIGITADOR
2848 DIGITAL 2848 DIGITAL
2849 DIGITALIZADA 2849 DIGITALIZADA
2850 DIGITALIZADO 2850 DIGITALIZADO
2851 -DIGITAR 23-Sep-2015 17:56 61K 2851 +DIGITAR 23-SEP-2015 17:56 61K
2852 DIGITO 2852 DIGITO
2853 DIGNIDADE 2853 DIGNIDADE
2854 DIGNO 2854 DIGNO
@@ -3054,18 +3054,18 @@ DURO @@ -3054,18 +3054,18 @@ DURO
3054 DUVIDA 3054 DUVIDA
3055 DUVIDOSO 3055 DUVIDOSO
3056 DVD 3056 DVD
3057 -Dama  
3058 -Decidir  
3059 -Dedo  
3060 -Default Take  
3061 -Descer  
3062 -Diminuir  
3063 -Diretor  
3064 -Disputar  
3065 -Distrito-federal  
3066 -Dividir  
3067 -Divorciar  
3068 -Domino 3057 +DAMA
  3058 +DECIDIR
  3059 +DEDO
  3060 +DEFAULT TAKE
  3061 +DESCER
  3062 +DIMINUIR
  3063 +DIRETOR
  3064 +DISPUTAR
  3065 +DISTRITO-FEDERAL
  3066 +DIVIDIR
  3067 +DIVORCIAR
  3068 +DOMINO
3069 E 3069 E
3070 EBRIO 3070 EBRIO
3071 ECOLOGIA 3071 ECOLOGIA
@@ -5249,7 +5249,7 @@ LACRIMEJANTE @@ -5249,7 +5249,7 @@ LACRIMEJANTE
5249 LACRIMEJAR 5249 LACRIMEJAR
5250 LACTEO 5250 LACTEO
5251 LACTOSE 5251 LACTOSE
5252 -LADO24-Sep-2015 09:59 19K 5252 +LADO24-SEP-2015 09:59 19K
5253 LADRAR 5253 LADRAR
5254 LADRILHO 5254 LADRILHO
5255 LAGARTA 5255 LAGARTA